/*!
Theme Name: _sipay
Theme URI: http://www.komuneo.com/
Author: Komuneo
Author URI: http://www.komuneo.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _sipay
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_sipay is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*----------------------------------------------------*/

/*Color Variables*/
.primaryColor {
	color: var(--primary); }

.primaryColorBg {
	background-color: var(--primary); }

.primary90Color {
	color: var(--primary90); }

.primary90ColorBg {
	background-color: var(--primary90); }

.primary80Color {
	color: var(--primary80); }

.primary80ColorBg {
	background-color: var(--primary80); }

.primary70Color {
	color: var(--primary70); }

.primary70ColorBg {
	background-color: var(--primary70); }

.primary60Color {
	color: var(--primary60); }

.primary60ColorBg {
	background-color: var(--primary60); }

.primary50Color {
	color: var(--primary50); }

.primary50ColorBg {
	background-color: var(--primary50); }

.primary40Color {
	color: var(--primary40); }

.primary40ColorBg {
	background-color: var(--primary40); }

.primary30Color {
	color: var(--primary30); }

.primary30ColorBg {
	background-color: var(--primary30); }

.whiteColor {
	color: var(--white); }

.whiteColorBg {
	background-color: var(--white); }

.blackColor {
	color: var(--black); }

.blackColorBg {
	background-color: var(--black); }

.errorColor {
	color: var(--error); }

.errorColorBg {
	background-color: var(--error); }

.warningColor {
	color: var(--warning); }

.warningColorBg {
	background-color: var(--warning); }

.successColor {
	color: var(--success); }

.successColorBg {
	background-color: var(--success); }

.overlayColor {
	color: var(--overlay); }

.overlayColorBg {
	background-color: var(--overlay); }

.coolGray-10Color {
	color: var(--coolGray-10); }

.coolGray-10ColorBg {
	background-color: var(--coolGray-10); }

.coolGray-20Color {
	color: var(--coolGray-20); }

.coolGray-20ColorBg {
	background-color: var(--coolGray-20); }

.coolGray-30Color {
	color: var(--coolGray-30); }

.coolGray-30ColorBg {
	background-color: var(--coolGray-30); }

.coolGray-40Color {
	color: var(--coolGray-40); }

.coolGray-40ColorBg {
	background-color: var(--coolGray-40); }

.coolGray-50Color {
	color: var(--coolGray-50); }

.coolGray-50ColorBg {
	background-color: var(--coolGray-50); }

.coolGray-60Color {
	color: var(--coolGray-60); }

.coolGray-60ColorBg {
	background-color: var(--coolGray-60); }

.coolGray-70Color {
	color: var(--coolGray-70); }

.coolGray-70ColorBg {
	background-color: var(--coolGray-70); }

.coolGray-80Color {
	color: var(--coolGray-80); }

.coolGray-80ColorBg {
	background-color: var(--coolGray-80); }

.coolGray-90Color {
	color: var(--coolGray-90); }

.coolGray-90ColorBg {
	background-color: var(--coolGray-90); }

.coolGray-100Color {
	color: var(--coolGray-100); }

.coolGray-100ColorBg {
	background-color: var(--coolGray-100); }

.boneWhiteColor {
	color: var(--boneWhite); }

.boneWhiteColorBg {
	background-color: var(--boneWhite); }

/*Color Variables*/
/*Title Variables*/
/*

h1 = .xxlTitle
h2 = .xlTitle
h3 = .lgTitle
h4 = .mdTitle
h5 = .smTitle
h6 = .xsTitle

*/
h1 {
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	padding: 0 !important; }

h2 {
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	padding: 0 !important; }

h3 {
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	padding: 0 !important; }

h4 {
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	padding: 0 !important; }

h5 {
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	padding: 0 !important; }

h6 {
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	padding: 0 !important; }

.xxlTitle {
	font-size: 54px; }

.xlTitle {
	font-size: 42px; }

.lgTitle {
	font-size: 32px; }

.mdTitle {
	font-size: 24px; }

.smTitle {
	font-size: 20px; }

.xsTitle {
	font-size: 18px; }

@media (max-width: 1199.98px) {
	.xxlTitle {
		font-size: 46px; }

	.xlTitle {
		font-size: 38px; }

	.lgTitle {
		font-size: 30px; }

	.mdTitle {
		font-size: 26px; }

	.smTitle {
		font-size: 24px; }

	.xsTitle {
		font-size: 18px;
		font-weight: 800; } }
@media (max-width: 991.98px) {
	.xxlTitle {
		font-size: 36px; }

	.xlTitle {
		font-size: 30px; }

	.lgTitle {
		font-size: 26px; }

	.mdTitle {
		font-size: 22px; }

	.smTitle {
		font-size: 20px; }

	.xsTitle {
		font-size: 16px;
		font-weight: 800; } }
@media (max-width: 767.98px) {
	.xxlTitle {
		font-size: 26px; }

	.xlTitle {
		font-size: 24px; }

	.lgTitle {
		font-size: 22px; }

	.mdTitle {
		font-size: 20px; }

	.smTitle {
		font-size: 18px; }

	.xsTitle {
		font-size: 16px; } }
.blogContent h1 {
	font-size: 54px; }
.blogContent h2 {
	font-size: 32px;
	margin-top: 1rem !important; }
.blogContent h3 {
	font-size: 20px;
	margin-top: 1rem !important; }
.blogContent h4 {
	font-size: 18px;
	margin-top: 1rem !important; }
.blogContent h5 {
	font-size: 18px;
	margin-top: 1rem !important; }
.blogContent h6 {
	font-size: 16px;
	margin-top: 1rem !important; }
@media (max-width: 1199.98px) {
	.blogContent h1 {
		font-size: 46px; }
	.blogContent h2 {
		font-size: 30px; }
	.blogContent h3 {
		font-size: 24px; }
	.blogContent h4 {
		font-size: 18px; }
	.blogContent h5 {
		font-size: 18px; }
	.blogContent h6 {
		font-size: 16px;
		font-weight: 800; } }
@media (max-width: 991.98px) {
	.blogContent h1 {
		font-size: 36px; }
	.blogContent h2 {
		font-size: 26px; }
	.blogContent h3 {
		font-size: 20px; }
	.blogContent h4 {
		font-size: 16px; }
	.blogContent h5 {
		font-size: 16px; }
	.blogContent h6 {
		font-size: 16px;
		font-weight: 800; } }
@media (max-width: 767.98px) {
	.blogContent h1 {
		font-size: 26px; }
	.blogContent h2 {
		font-size: 22px; }
	.blogContent h3 {
		font-size: 18px; }
	.blogContent h4 {
		font-size: 16px; }
	.blogContent h5 {
		font-size: 16px; }
	.blogContent h6 {
		font-size: 16px; } }

p {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; }
p.xxl {
	font-size: 30px; }
p.xl {
	font-size: 24px; }
p.lg {
	font-size: 18px; }
p.md {
	font-size: 16px; }
p.sm {
	font-size: 14px; }
p.xs {
	font-size: 12px; }
p.xxs {
	font-size: 10px; }
p a {
	text-decoration: underline;
	color: inherit; }
p strong {
	font-weight: 600; }

@media (max-width: 1199.98px) {
	p {
		font-size: 16px; }
	p.xxl {
		font-size: 24px; }
	p.xl {
		font-size: 20px; }
	p.lg {
		font-size: 18px; }
	p.md {
		font-size: 16px; }
	p.sm {
		font-size: 14px; } }
@media (max-width: 767.98px) {
	p {
		font-size: 16px; }
	p.xxl {
		font-size: 20px; }
	p.xl {
		font-size: 18px; }
	p.lg {
		font-size: 16px; }
	p.md {
		font-size: 16px; }
	p.sm {
		font-size: 14px; } }
.subtitle {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; }
.subtitle.xxl {
	font-size: 22px; }
.subtitle.xl {
	font-size: 20px; }
.subtitle.lg {
	font-size: 18px; }
.subtitle.md {
	font-size: 16px; }
.subtitle.sm {
	font-size: 14px; }
.subtitle.xs {
	font-size: 14px; }

@media (max-width: 1199.98px) {
	.subtitle {
		font-size: 20px; }
	.subtitle.xxl {
		font-size: 20px; }
	.subtitle.xl {
		font-size: 18px; }
	.subtitle.lg {
		font-size: 16px; }
	.subtitle.md {
		font-size: 16px; } }
@media (max-width: 767.98px) {
	.subtitle {
		font-size: 20px; }
	.subtitle.xxl {
		font-size: 20px; }
	.subtitle.xl {
		font-size: 18px; }
	.subtitle.lg {
		font-size: 16px; }
	.subtitle.md {
		font-size: 16px; } }
.caption {
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%; }

@media (max-width: 767.98px) {
	.caption {
		font-size: 17px; } }
/*Title Variables*/
::-moz-selection {
	/* Code for Firefox */
	color: var(--white);
	background: var(--primary); }

::selection {
	color: var(--white);
	background: var(--primary); }

form {
	transition: all 250ms ease-out; }

.form-label {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 22.4px */
	color: var(--CoolGray-90); }

.form-control, .form-select {
	display: flex;
	height: 48px;
	padding: 12px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 50px;
	border-bottom: 1px solid var(--coolGray-30);
	background-color: var(--coolGray-10);
	font-size: 16px;
	letter-spacing: .5px; }

.form-control:disabled, .form-select:disabled {
	background-color: var(--coolGray-10);
	opacity: .5; }

.form-text {
	color: var(--coolGray-60);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 16.8px */ }

.form-control:focus, .form-select:focus {
	color: var(--primary);
	background-color: var(--white);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.125rem var(--primary);
	transition: all 250ms ease-out; }

.form-check-input[type=checkbox] {
	border: 1px solid var(--coolGray-90);
	border-radius: 0;
	transition: all 250ms ease-out; }

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary); }

.form-check-input:focus {
	border: 1px solid var(--coolGray-90);
	outline: 0;
	box-shadow: none; }

.form-check-input[type=radio] {
	border: 1px solid var(--coolGray-90);
	transition: all 250ms ease-out;
	background-color: var(--white); }

textarea.form-control {
	min-height: calc(5.125em + 0.75rem + calc(var(--bs-border-width) * 2));
	border-radius: 25px; }

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: var(--error); }

.form-floating > label {
	left: 0.75rem; }

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
	background-color: transparent; }

.form-floating > .form-control, .form-floating > .form-control-plaintext {
	padding: 1rem 1rem; }

.form-check {
	padding-left: calc(var(--bs-gutter-x) * .5 + 1.5rem); }

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2360269E'/%3e%3c/svg%3e"); }

textarea {
	resize: none; }

.searchIconInput {
	position: absolute;
	right: 22px;
	top: calc(50% - 14px);
	width: 22px; }

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: var(--coolGray-60); }

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--coolGray-60);
	opacity: 1; }

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--coolGray-60);
	opacity: 1; }

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--coolGray-60); }

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--coolGray-60); }

::placeholder {
	/* Most modern browsers support this now. */
	color: var(--coolGray-60); }

svg {
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: currentColor; }

section {
	scroll-margin-top: 250px; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.cta {
	display: inline-flex;
	height: 48px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 50px;
	width: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
	transition: all 250ms ease-out; }
.cta.xs {
	font-size: 14px;
	height: 40px;
	padding: 8px 24px; }
.cta.xs i {
	font-size: 22px; }
.cta.xs svg {
	width: 22px; }
.cta.lg {
	font-size: 20px;
	height: 56px;
	padding: 16px 24px; }
.cta.lg i {
	font-size: 36px; }
.cta.lg svg {
	width: 36px; }
.cta.primary {
	border: 2px solid var(--primary);
	background-color: var(--primary);
	color: var(--white); }
.cta.primary:hover {
	border: 2px solid var(--primary);
	background-color: var(--white);
	color: var(--primary); }
.cta.secondary {
	border: 2px solid var(--primary);
	background-color: transparent;
	color: var(--primary); }
.cta.secondary:hover {
	border: 2px solid var(--primary);
	background-color: var(--primary);
	color: var(--white); }
.cta.secondary.white {
	border: 2px solid var(--white);
	background-color: transparent;
	color: var(--white); }
.cta.danger {
	border: 2px solid var(--error);
	background-color: var(--error);
	color: var(--white); }
.cta.danger:hover {
	border: 2px solid var(--error);
	background-color: var(--white);
	color: var(--error); }
.cta.gray {
	border: 2px solid var(--coolGray-50);
	background-color: var(--coolGray-50);
	color: var(--white); }
.cta.gray:hover {
	border: 2px solid var(--coolGray-50);
	background-color: var(--white);
	color: var(--coolGray-50); }
.cta.crimson {
	border: 2px solid var(--crimson);
	background-color: var(--crimson);
	color: var(--white); }
.cta.crimson:hover {
	border: 2px solid var(--crimson);
	background-color: var(--white);
	color: var(--crimson); }	
.cta.link {
	border: 0px solid var(--primary);
	border-bottom: 1px solid var(--primary);
	background-color: transparent;
	color: var(--primary);
	border-radius: 0;
	padding: 16px 16px; }
.cta.link:hover {
	border: 0px solid var(--primary);
	border-bottom: 1px solid var(--primary);
	background-color: transparent;
	color: var(--primary); }
.cta.link:hover i {
	margin-right: -16px;
	margin-left: 32px; }
.cta.link:hover svg {
	margin-right: -16px;
	margin-left: 32px; }
.cta i {
	transition: all 250ms ease-out;
	margin-left: 16px;
	font-size: 28px; }
.cta svg {
	transition: all 250ms ease-out;
	margin-left: 16px;
	width: 28px; }
.cta.googlePlay {
	text-indent: -999em;
	background-repeat: no-repeat;
	border-radius: 0;
	width: 135px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20135%2040%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_122_412)%22%3E%3Cpath%20d%3D%22M130%200H5C2.23858%200%200%202.23858%200%205V35C0%2037.7614%202.23858%2040%205%2040H130C132.761%2040%20135%2037.7614%20135%2035V5C135%202.23858%20132.761%200%20130%200Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M130%200.8C131.114%200.8%20132.182%201.2425%20132.97%202.03015C133.758%202.8178%20134.2%203.88609%20134.2%205V35C134.2%2036.1139%20133.758%2037.1822%20132.97%2037.9698C132.182%2038.7575%20131.114%2039.2%20130%2039.2H5C3.88609%2039.2%202.8178%2038.7575%202.03015%2037.9698C1.2425%2037.1822%200.8%2036.1139%200.8%2035V5C0.8%203.88609%201.2425%202.8178%202.03015%202.03015C2.8178%201.2425%203.88609%200.8%205%200.8H130ZM130%200H5C3.67392%200%202.40215%200.526784%201.46447%201.46447C0.526784%202.40215%200%203.67392%200%205V35C0%2036.3261%200.526784%2037.5979%201.46447%2038.5355C2.40215%2039.4732%203.67392%2040%205%2040H130C131.326%2040%20132.598%2039.4732%20133.536%2038.5355C134.473%2037.5979%20135%2036.3261%20135%2035V5C135%203.67392%20134.473%202.40215%20133.536%201.46447C132.598%200.526784%20131.326%200%20130%200Z%22%20fill%3D%22%23A6A6A6%22%2F%3E%3Cpath%20d%3D%22M46.2877%207.75135C46.081%207.53347%2045.8352%207.36587%2045.5503%207.24855C45.2654%207.12565%2044.9386%207.06419%2044.5698%207.06419C44.1899%207.06419%2043.8464%207.13403%2043.5391%207.27369C43.2374%207.41336%2042.9804%207.60331%2042.7681%207.84353C42.5558%208.07817%2042.391%208.35192%2042.2737%208.66477C42.162%208.97763%2042.1061%209.30724%2042.1061%209.65361C42.1061%209.99999%2042.162%2010.3296%2042.2737%2010.6425C42.391%2010.9553%2042.5558%2011.2291%2042.7681%2011.4637C42.9804%2011.6983%2043.2374%2011.8855%2043.5391%2012.0252C43.8464%2012.1648%2044.1899%2012.2347%2044.5698%2012.2347C44.905%2012.2347%2045.2123%2012.1983%2045.4916%2012.1257C45.771%2012.0531%2045.9972%2011.9609%2046.1704%2011.8492V10.0475H44.7877V9.51954H46.7738V12.1928C46.4498%2012.3883%2046.1006%2012.5335%2045.7263%2012.6285C45.352%2012.7235%2044.9637%2012.771%2044.5615%2012.771C44.1145%2012.771%2043.7011%2012.6928%2043.3212%2012.5363C42.9413%2012.3799%2042.6145%2012.1648%2042.3408%2011.8911C42.067%2011.6117%2041.8519%2011.2821%2041.6955%2010.9022C41.5447%2010.5223%2041.4692%2010.1061%2041.4692%209.65361C41.4692%209.20109%2041.5475%208.78489%2041.7039%208.40499C41.8603%208.0251%2042.0754%207.69828%2042.3491%207.42453C42.6285%207.1452%2042.9553%206.92732%2043.3296%206.77089C43.7095%206.61447%2044.1201%206.53625%2044.5615%206.53625C45.0363%206.53625%2045.4497%206.60609%2045.8017%206.74575C46.1537%206.88542%2046.4553%207.08095%2046.7067%207.33235L46.2877%207.75135Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M48.9215%2012.0838H52.0976V12.6201H48.3182V6.68709H51.997V7.22341H48.9215V9.26814H51.7959V9.79607H48.9215V12.0838Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M55.1797%2012.6201H54.5763V7.22341H52.5903V6.68709H57.1658V7.22341H55.1797V12.6201Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M60.5504%2012.6201H59.9471V6.68709H60.5504V12.6201Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M64.0262%2012.6201H63.4228V7.22341H61.4368V6.68709H66.0122V7.22341H64.0262V12.6201Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M74.6595%209.65361C74.6595%2010.1061%2074.5813%2010.5223%2074.4249%2010.9022C74.2685%2011.2821%2074.0506%2011.6117%2073.7713%2011.8911C73.4975%2012.1648%2073.1707%2012.3799%2072.7908%2012.5363C72.4165%2012.6928%2072.0087%2012.771%2071.5673%2012.771C71.126%2012.771%2070.7154%2012.6928%2070.3355%2012.5363C69.9612%2012.3799%2069.6343%2012.1648%2069.355%2011.8911C69.0813%2011.6117%2068.8662%2011.2821%2068.7097%2010.9022C68.5533%2010.5223%2068.4751%2010.1061%2068.4751%209.65361C68.4751%209.20109%2068.5533%208.78489%2068.7097%208.40499C68.8662%208.0251%2069.0813%207.69828%2069.355%207.42453C69.6343%207.1452%2069.9612%206.92732%2070.3355%206.77089C70.7154%206.61447%2071.126%206.53625%2071.5673%206.53625C72.0087%206.53625%2072.4165%206.61447%2072.7908%206.77089C73.1707%206.92732%2073.4975%207.1452%2073.7713%207.42453C74.0506%207.69828%2074.2685%208.0251%2074.4249%208.40499C74.5813%208.78489%2074.6595%209.20109%2074.6595%209.65361ZM74.0227%209.65361C74.0227%209.30724%2073.9668%208.97763%2073.8551%208.66477C73.7433%208.35192%2073.5813%208.07817%2073.369%207.84353C73.1567%207.60331%2072.8969%207.41336%2072.5897%207.27369C72.288%207.13403%2071.9472%207.06419%2071.5673%207.06419C71.1874%207.06419%2070.8438%207.13403%2070.5366%207.27369C70.2349%207.41336%2069.9779%207.60331%2069.7656%207.84353C69.5533%208.07817%2069.3913%208.35192%2069.2796%208.66477C69.1678%208.97763%2069.112%209.30724%2069.112%209.65361C69.112%209.99999%2069.1678%2010.3296%2069.2796%2010.6425C69.3913%2010.9553%2069.5533%2011.2291%2069.7656%2011.4637C69.9779%2011.6983%2070.2349%2011.8855%2070.5366%2012.0252C70.8438%2012.1648%2071.1874%2012.2347%2071.5673%2012.2347C71.9472%2012.2347%2072.288%2012.1648%2072.5897%2012.0252C72.8969%2011.8855%2073.1567%2011.6983%2073.369%2011.4637C73.5813%2011.2291%2073.7433%2010.9553%2073.8551%2010.6425C73.9668%2010.3296%2074.0227%209.99999%2074.0227%209.65361Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M80.12%2011.7402H80.1368V6.68709H80.7401V12.6201H79.9859L76.5334%207.51671H76.5166V12.6201H75.9133V6.68709H76.6675L80.12%2011.7402Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M46.2877%207.75135C46.081%207.53347%2045.8352%207.36587%2045.5503%207.24855C45.2654%207.12565%2044.9386%207.06419%2044.5698%207.06419C44.1899%207.06419%2043.8464%207.13403%2043.5391%207.27369C43.2374%207.41336%2042.9804%207.60331%2042.7681%207.84353C42.5558%208.07817%2042.391%208.35192%2042.2737%208.66477C42.162%208.97763%2042.1061%209.30724%2042.1061%209.65361C42.1061%209.99999%2042.162%2010.3296%2042.2737%2010.6425C42.391%2010.9553%2042.5558%2011.2291%2042.7681%2011.4637C42.9804%2011.6983%2043.2374%2011.8855%2043.5391%2012.0252C43.8464%2012.1648%2044.1899%2012.2347%2044.5698%2012.2347C44.905%2012.2347%2045.2123%2012.1983%2045.4916%2012.1257C45.771%2012.0531%2045.9972%2011.9609%2046.1704%2011.8492V10.0475H44.7877V9.51954H46.7738V12.1928C46.4498%2012.3883%2046.1006%2012.5335%2045.7263%2012.6285C45.352%2012.7235%2044.9637%2012.771%2044.5615%2012.771C44.1145%2012.771%2043.7011%2012.6928%2043.3212%2012.5363C42.9413%2012.3799%2042.6145%2012.1648%2042.3408%2011.8911C42.067%2011.6117%2041.8519%2011.2821%2041.6955%2010.9022C41.5447%2010.5223%2041.4692%2010.1061%2041.4692%209.65361C41.4692%209.20109%2041.5475%208.78489%2041.7039%208.40499C41.8603%208.0251%2042.0754%207.69828%2042.3491%207.42453C42.6285%207.1452%2042.9553%206.92732%2043.3296%206.77089C43.7095%206.61447%2044.1201%206.53625%2044.5615%206.53625C45.0363%206.53625%2045.4497%206.60609%2045.8017%206.74575C46.1537%206.88542%2046.4553%207.08095%2046.7067%207.33235L46.2877%207.75135Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M48.9215%2012.0838H52.0976V12.6201H48.3182V6.68709H51.997V7.22341H48.9215V9.26814H51.7959V9.79607H48.9215V12.0838Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M55.1797%2012.6201H54.5763V7.22341H52.5903V6.68709H57.1658V7.22341H55.1797V12.6201Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M60.5504%2012.6201H59.9471V6.68709H60.5504V12.6201Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M64.0262%2012.6201H63.4228V7.22341H61.4368V6.68709H66.0122V7.22341H64.0262V12.6201Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M74.6595%209.65361C74.6595%2010.1061%2074.5813%2010.5223%2074.4249%2010.9022C74.2685%2011.2821%2074.0506%2011.6117%2073.7713%2011.8911C73.4975%2012.1648%2073.1707%2012.3799%2072.7908%2012.5363C72.4165%2012.6928%2072.0087%2012.771%2071.5673%2012.771C71.126%2012.771%2070.7154%2012.6928%2070.3355%2012.5363C69.9612%2012.3799%2069.6343%2012.1648%2069.355%2011.8911C69.0813%2011.6117%2068.8662%2011.2821%2068.7097%2010.9022C68.5533%2010.5223%2068.4751%2010.1061%2068.4751%209.65361C68.4751%209.20109%2068.5533%208.78489%2068.7097%208.40499C68.8662%208.0251%2069.0813%207.69828%2069.355%207.42453C69.6343%207.1452%2069.9612%206.92732%2070.3355%206.77089C70.7154%206.61447%2071.126%206.53625%2071.5673%206.53625C72.0087%206.53625%2072.4165%206.61447%2072.7908%206.77089C73.1707%206.92732%2073.4975%207.1452%2073.7713%207.42453C74.0506%207.69828%2074.2685%208.0251%2074.4249%208.40499C74.5813%208.78489%2074.6595%209.20109%2074.6595%209.65361ZM74.0227%209.65361C74.0227%209.30724%2073.9668%208.97763%2073.8551%208.66477C73.7433%208.35192%2073.5813%208.07817%2073.369%207.84353C73.1567%207.60331%2072.8969%207.41336%2072.5897%207.27369C72.288%207.13403%2071.9472%207.06419%2071.5673%207.06419C71.1874%207.06419%2070.8438%207.13403%2070.5366%207.27369C70.2349%207.41336%2069.9779%207.60331%2069.7656%207.84353C69.5533%208.07817%2069.3913%208.35192%2069.2796%208.66477C69.1678%208.97763%2069.112%209.30724%2069.112%209.65361C69.112%209.99999%2069.1678%2010.3296%2069.2796%2010.6425C69.3913%2010.9553%2069.5533%2011.2291%2069.7656%2011.4637C69.9779%2011.6983%2070.2349%2011.8855%2070.5366%2012.0252C70.8438%2012.1648%2071.1874%2012.2347%2071.5673%2012.2347C71.9472%2012.2347%2072.288%2012.1648%2072.5897%2012.0252C72.8969%2011.8855%2073.1567%2011.6983%2073.369%2011.4637C73.5813%2011.2291%2073.7433%2010.9553%2073.8551%2010.6425C73.9668%2010.3296%2074.0227%209.99999%2074.0227%209.65361Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M80.12%2011.7402H80.1368V6.68709H80.7401V12.6201H79.9859L76.5334%207.51671H76.5166V12.6201H75.9133V6.68709H76.6675L80.12%2011.7402Z%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M68.1401%2021.75C67.2976%2021.752%2066.4745%2022.0037%2065.7751%2022.4735C65.0756%2022.9432%2064.5312%2023.6098%2064.2106%2024.389C63.89%2025.1682%2063.8076%2026.0249%2063.9739%2026.8509C64.1402%2027.6768%2064.5477%2028.4349%2065.1449%2029.0293C65.7421%2029.6237%2066.5021%2030.0276%2067.3288%2030.1901C68.1556%2030.3525%2069.0119%2030.2661%2069.7896%2029.9419C70.5672%2029.6176%2071.2313%2029.07%2071.6977%2028.3684C72.1642%2027.6667%2072.4121%2026.8425%2072.4101%2026C72.4183%2025.4379%2072.3132%2024.88%2072.1013%2024.3593C71.8893%2023.8387%2071.5748%2023.366%2071.1764%2022.9695C70.7779%2022.5729%2070.3038%2022.2606%2069.7822%2022.0511C69.2606%2021.8416%2068.7021%2021.7392%2068.1401%2021.75ZM68.1401%2028.58C67.6237%2028.6161%2067.1083%2028.496%2066.6611%2028.2354C66.2138%2027.9747%2065.8553%2027.5855%2065.6321%2027.1184C65.409%2026.6513%2065.3315%2026.1279%2065.4098%2025.6161C65.4881%2025.1044%2065.7185%2024.6281%2066.0711%2024.249C66.4237%2023.87%2066.8821%2023.6058%2067.3869%2023.4908C67.8916%2023.3757%2068.4193%2023.4152%2068.9013%2023.6041C69.3833%2023.7929%2069.7973%2024.1224%2070.0896%2024.5497C70.3819%2024.977%2070.5388%2025.4823%2070.5401%2026C70.5562%2026.328%2070.5065%2026.6559%2070.3938%2026.9644C70.2812%2027.2729%2070.1079%2027.5557%2069.8842%2027.7962C69.6606%2028.0366%2069.391%2028.2299%2069.0914%2028.3645C68.7919%2028.4991%2068.4684%2028.5724%2068.1401%2028.58ZM58.8201%2021.75C57.9776%2021.752%2057.1545%2022.0037%2056.4551%2022.4735C55.7556%2022.9432%2055.2112%2023.6098%2054.8906%2024.389C54.57%2025.1682%2054.4876%2026.0249%2054.6539%2026.8509C54.8202%2027.6768%2055.2277%2028.4349%2055.8249%2029.0293C56.4221%2029.6237%2057.1821%2030.0276%2058.0088%2030.1901C58.8356%2030.3525%2059.6919%2030.2661%2060.4696%2029.9419C61.2472%2029.6176%2061.9113%2029.07%2062.3777%2028.3684C62.8442%2027.6667%2063.0921%2026.8425%2063.0901%2026C63.0982%2025.4379%2062.9932%2024.88%2062.7813%2024.3593C62.5693%2023.8387%2062.2548%2023.366%2061.8564%2022.9695C61.4579%2022.5729%2060.9838%2022.2606%2060.4622%2022.0511C59.9406%2021.8416%2059.3821%2021.7392%2058.8201%2021.75ZM58.8201%2028.58C58.3037%2028.6161%2057.7883%2028.496%2057.3411%2028.2354C56.8938%2027.9747%2056.5353%2027.5855%2056.3121%2027.1184C56.089%2026.6513%2056.0115%2026.1279%2056.0898%2025.6161C56.1681%2025.1044%2056.3985%2024.6281%2056.7511%2024.249C57.1037%2023.87%2057.5621%2023.6058%2058.0669%2023.4908C58.5716%2023.3757%2059.0993%2023.4152%2059.5813%2023.6041C60.0633%2023.7929%2060.4773%2024.1224%2060.7696%2024.5497C61.0619%2024.977%2061.2188%2025.4823%2061.2201%2026C61.2362%2026.328%2061.1865%2026.6559%2061.0738%2026.9644C60.9612%2027.2729%2060.7879%2027.5557%2060.5642%2027.7962C60.3406%2028.0366%2060.071%2028.2299%2059.7714%2028.3645C59.4719%2028.4991%2059.1484%2028.5724%2058.8201%2028.58ZM47.7401%2023.06V24.86H52.0601C51.9924%2025.7078%2051.6399%2026.5078%2051.0601%2027.13C50.6268%2027.5715%2050.1056%2027.9171%2049.5302%2028.1445C48.9549%2028.3719%2048.3382%2028.476%2047.7201%2028.45C46.4471%2028.45%2045.2262%2027.9443%2044.326%2027.0441C43.4258%2026.1439%2042.9201%2024.923%2042.9201%2023.65C42.9201%2022.3769%2043.4258%2021.156%2044.326%2020.2559C45.2262%2019.3557%2046.4471%2018.85%2047.7201%2018.85C48.9405%2018.8318%2050.119%2019.2953%2051.0001%2020.14L52.2701%2018.87C51.6741%2018.2805%2050.9664%2017.8159%2050.1886%2017.5034C49.4107%2017.1908%2048.5783%2017.0367%2047.7401%2017.05C46.8511%2017.0154%2045.9643%2017.1606%2045.1327%2017.477C44.3012%2017.7933%2043.5421%2018.2743%2042.9009%2018.891C42.2596%2019.5077%2041.7495%2020.2476%2041.4011%2021.0662C41.0527%2021.8848%2040.873%2022.7653%2040.873%2023.655C40.873%2024.5447%2041.0527%2025.4252%2041.4011%2026.2438C41.7495%2027.0624%2042.2596%2027.8022%2042.9009%2028.419C43.5421%2029.0357%2044.3012%2029.5167%2045.1327%2029.833C45.9643%2030.1494%2046.8511%2030.2946%2047.7401%2030.26C48.5955%2030.2941%2049.4485%2030.147%2050.243%2029.8281C51.0375%2029.5093%2051.7556%2029.026%2052.3501%2028.41C53.4002%2027.2564%2053.9598%2025.7392%2053.9101%2024.18C53.9137%2023.8047%2053.8836%2023.4299%2053.8201%2023.06H47.7401ZM93.0501%2024.46C92.7893%2023.6927%2092.3016%2023.0228%2091.6516%2022.5388C91.0016%2022.0549%2090.2199%2021.7798%2089.4101%2021.75C88.8631%2021.7489%2088.3217%2021.86%2087.8193%2022.0765C87.317%2022.293%2086.8644%2022.6102%2086.4895%2023.0085C86.1146%2023.4068%2085.8254%2023.8778%2085.6397%2024.3924C85.4541%2024.9069%2085.3759%2025.454%2085.4101%2026C85.4016%2026.9128%2085.6885%2027.804%2086.2282%2028.5402C86.7679%2029.2765%2087.5313%2029.8185%2088.4044%2030.0851C89.2774%2030.3518%2090.2134%2030.3288%2091.0723%2030.0197C91.9313%2029.7106%2092.6672%2029.1318%2093.1701%2028.37L91.7201%2027.37C91.5039%2027.7303%2091.1974%2028.0278%2090.8307%2028.233C90.4641%2028.4382%2090.0502%2028.5441%2089.6301%2028.54C89.1967%2028.5579%2088.768%2028.4442%2088.4003%2028.214C88.0327%2027.9838%2087.7432%2027.6477%2087.5701%2027.25L93.2601%2024.9L93.0501%2024.46ZM87.2501%2025.88C87.2298%2025.5694%2087.2717%2025.2578%2087.3734%2024.9636C87.475%2024.6694%2087.6343%2024.3984%2087.842%2024.1665C88.0497%2023.9346%2088.3015%2023.7465%2088.5828%2023.6132C88.8641%2023.4798%2089.1691%2023.404%2089.4801%2023.39C89.8023%2023.3703%2090.1231%2023.4462%2090.4024%2023.6081C90.6817%2023.7699%2090.907%2024.0106%2091.0501%2024.3L87.2501%2025.88ZM82.6301%2030H84.5001V17.5H82.6301V30ZM79.5701%2022.7H79.5001C79.2207%2022.3818%2078.876%2022.1278%2078.4894%2021.9552C78.1028%2021.7826%2077.6835%2021.6956%2077.2601%2021.7C76.1673%2021.753%2075.1367%2022.2244%2074.3821%2023.0166C73.6274%2023.8087%2073.2064%2024.8609%2073.2064%2025.955C73.2064%2027.0491%2073.6274%2028.1012%2074.3821%2028.8934C75.1367%2029.6856%2076.1673%2030.157%2077.2601%2030.21C77.6841%2030.2185%2078.1047%2030.1333%2078.4919%2029.9604C78.8791%2029.7875%2079.2234%2029.5313%2079.5001%2029.21H79.5701V29.82C79.5701%2031.45%2078.7001%2032.32%2077.3001%2032.32C76.8324%2032.3097%2076.3783%2032.1607%2075.9955%2031.8918C75.6127%2031.623%2075.3185%2031.2464%2075.1501%2030.81L73.5301%2031.48C73.8296%2032.2322%2074.3504%2032.8759%2075.0235%2033.3258C75.6966%2033.7758%2076.4905%2034.0109%2077.3001%2034C79.4901%2034%2081.3001%2032.71%2081.3001%2029.57V22H79.5701V22.7ZM77.4201%2028.58C76.7649%2028.5391%2076.1499%2028.2501%2075.7004%2027.7716C75.2509%2027.2932%2075.0006%2026.6615%2075.0006%2026.005C75.0006%2025.3485%2075.2509%2024.7167%2075.7004%2024.2383C76.1499%2023.7599%2076.7649%2023.4708%2077.4201%2023.43C77.7403%2023.4438%2078.0545%2023.5219%2078.344%2023.6596C78.6334%2023.7973%2078.8922%2023.9919%2079.1049%2024.2317C79.3176%2024.4714%2079.4799%2024.7516%2079.5822%2025.0553C79.6844%2025.3591%2079.7245%2025.6804%2079.7001%2026C79.7274%2026.3207%2079.6893%2026.6436%2079.5883%2026.9491C79.4872%2027.2547%2079.3252%2027.5366%2079.1121%2027.7778C78.8989%2028.0189%2078.6391%2028.2144%2078.3483%2028.3523C78.0575%2028.4902%2077.7417%2028.5676%2077.4201%2028.58ZM101.81%2017.5H97.3301V30H99.2001V25.26H101.81C102.343%2025.2983%20102.878%2025.2264%20103.382%2025.0487C103.886%2024.8711%20104.348%2024.5915%20104.739%2024.2275C105.13%2023.8634%20105.442%2023.4227%20105.655%2022.9328C105.869%2022.4429%20105.979%2021.9143%20105.979%2021.38C105.979%2020.8457%20105.869%2020.3171%20105.655%2019.8272C105.442%2019.3372%20105.13%2018.8965%20104.739%2018.5325C104.348%2018.1685%20103.886%2017.8889%20103.382%2017.7113C102.878%2017.5336%20102.343%2017.4617%20101.81%2017.5ZM101.81%2023.5H99.2001V19.24H101.85C102.131%2019.24%20102.409%2019.2953%20102.669%2019.4029C102.929%2019.5104%20103.165%2019.6681%20103.363%2019.8668C103.562%2020.0655%20103.72%2020.3014%20103.827%2020.561C103.935%2020.8207%20103.99%2021.099%20103.99%2021.38C103.99%2021.661%20103.935%2021.9393%20103.827%2022.1989C103.72%2022.4586%20103.562%2022.6945%20103.363%2022.8932C103.165%2023.0919%20102.929%2023.2495%20102.669%2023.3571C102.409%2023.4646%20102.131%2023.52%20101.85%2023.52L101.81%2023.5ZM113.35%2021.71C112.669%2021.668%20111.991%2021.8265%20111.399%2022.166C110.807%2022.5055%20110.328%2023.011%20110.02%2023.62L111.67%2024.31C111.837%2024.0094%20112.087%2023.7635%20112.39%2023.602C112.694%2023.4405%20113.038%2023.3704%20113.38%2023.4C113.617%2023.3723%20113.858%2023.3921%20114.088%2023.4583C114.317%2023.5245%20114.531%2023.6358%20114.718%2023.7857C114.904%2023.9356%20115.058%2024.121%20115.172%2024.3312C115.286%2024.5414%20115.356%2024.7722%20115.38%2025.01V25.13C114.779%2024.8139%20114.109%2024.6491%20113.43%2024.65C111.65%2024.65%20109.83%2025.65%20109.83%2027.47C109.848%2027.8568%20109.943%2028.2362%20110.11%2028.5855C110.277%2028.9349%20110.513%2029.2471%20110.803%2029.5036C111.093%2029.7601%20111.432%2029.9557%20111.799%2030.0788C112.166%2030.2018%20112.554%2030.2499%20112.94%2030.22C113.409%2030.2459%20113.877%2030.1466%20114.295%2029.9323C114.714%2029.7179%20115.067%2029.3961%20115.32%2029H115.38V30H117.18V25.19C117.18%2023%20115.52%2021.73%20113.39%2021.73L113.35%2021.71ZM113.12%2028.56C112.51%2028.56%20111.66%2028.25%20111.66%2027.5C111.66%2026.5%20112.72%2026.16%20113.66%2026.16C114.254%2026.1453%20114.841%2026.2904%20115.36%2026.58C115.297%2027.1231%20115.04%2027.625%20114.635%2027.9927C114.231%2028.3604%20113.707%2028.5691%20113.16%2028.58L113.12%2028.56ZM123.74%2022L121.6%2027.42H121.54L119.32%2022H117.32L120.65%2029.58L118.75%2033.79H120.7L125.82%2022H123.74ZM106.94%2030H108.8V17.5H106.94V30Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M20.7198%2019.42L10.0698%2030.72C10.1862%2031.1474%2010.3992%2031.5423%2010.6925%2031.8743C10.9857%2032.2063%2011.3514%2032.4664%2011.7612%2032.6345C12.1709%2032.8027%2012.6139%2032.8744%2013.0558%2032.8442C13.4977%2032.8139%2013.9268%2032.6824%2014.3098%2032.46L26.3098%2025.54L20.7198%2019.42Z%22%20fill%3D%22%23EA4335%22%2F%3E%3Cpath%20d%3D%22M31.4902%2017.5L26.3102%2014.5L20.4902%2019.69L26.3302%2025.54L31.4802%2022.54C31.938%2022.2948%2032.3207%2021.93%2032.5875%2021.4845C32.8543%2021.0389%2032.9952%2020.5293%2032.9952%2020.01C32.9952%2019.4907%2032.8543%2018.9811%2032.5875%2018.5355C32.3207%2018.09%2031.938%2017.7252%2031.4802%2017.48L31.4902%2017.5Z%22%20fill%3D%22%23FBBC04%22%2F%3E%3Cpath%20d%3D%22M10.07%209.28027C10.0172%209.51648%209.99366%209.75831%2010%2010.0003V30.0003C10.0018%2030.2502%2010.0354%2030.4989%2010.1%2030.7403L21.1%2019.7403L10.07%209.28027Z%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M20.8%2019.9996L26.31%2014.4896L14.31%207.54965C13.8592%207.28165%2013.3445%207.14002%2012.82%207.13965C12.1874%207.14146%2011.5728%207.35082%2011.0706%207.73558C10.5685%208.12035%2010.2064%208.65927%2010.04%209.26965L20.8%2019.9996Z%22%20fill%3D%22%2334A853%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
.cta.googlePlay.lg {
	width: 170px;
	height: 50px; }
.cta.googlePlay.xs {
	width: 112px;
	height: 34px; }
.cta.appStore {
	text-indent: -999em;
	background-repeat: no-repeat;
	border-radius: 0;
	width: 120px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%2040%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M110.135%207.92969e-06H9.53468C9.16798%207.92969e-06%208.80568%207.92975e-06%208.43995%200.00200793C8.1338%200.00400793%207.83009%200.00981793%207.521%200.0147079C6.84951%200.0226097%206.17961%200.0816842%205.5171%200.191418C4.85552%200.303541%204.21467%200.514924%203.61622%200.818418C3.0185%201.12448%202.47235%201.52218%201.99757%201.99708C1.5203%202.47064%201.12246%203.01802%200.81935%203.61817C0.5154%204.21712%200.304641%204.85895%200.19435%205.52149C0.0830109%206.18319%200.0230984%206.85253%200.01515%207.52349C0.00587%207.83009%200.00489%208.13771%200%208.44435V31.5586C0.00489%2031.8691%200.00587%2032.1699%200.01515%2032.4805C0.0231008%2033.1514%200.0830134%2033.8207%200.19435%2034.4824C0.304336%2035.1453%200.515108%2035.7875%200.81935%2036.3867C1.12233%2036.9849%201.52022%2037.5301%201.99757%2038.001C2.47054%2038.478%203.01705%2038.876%203.61622%2039.1797C4.21467%2039.484%204.85545%2039.6967%205.5171%2039.8105C6.17972%2039.9194%206.84956%2039.9785%207.521%2039.9873C7.83009%2039.9941%208.1338%2039.998%208.43995%2039.998C8.80567%2040%209.168%2040%209.53468%2040H110.135C110.494%2040%20110.859%2040%20111.219%2039.998C111.523%2039.998%20111.836%2039.9941%20112.141%2039.9873C112.811%2039.9789%20113.479%2039.9198%20114.141%2039.8105C114.804%2039.6959%20115.448%2039.4833%20116.049%2039.1797C116.647%2038.8758%20117.193%2038.4779%20117.666%2038.001C118.142%2037.5282%20118.541%2036.9835%20118.848%2036.3867C119.15%2035.7871%20119.358%2035.145%20119.467%2034.4824C119.578%2033.8206%20119.64%2033.1515%20119.652%2032.4805C119.656%2032.1699%20119.656%2031.8691%20119.656%2031.5586C119.664%2031.1953%20119.664%2030.834%20119.664%2030.4648V9.53614C119.664%209.16993%20119.664%208.80665%20119.656%208.44435C119.656%208.13771%20119.656%207.83009%20119.652%207.52345C119.64%206.85243%20119.578%206.18324%20119.467%205.52145C119.358%204.85929%20119.149%204.21751%20118.848%203.61813C118.23%202.4152%20117.252%201.43603%20116.049%200.818328C115.448%200.515575%20114.804%200.304248%20114.141%200.191328C113.48%200.0811107%20112.811%200.0220157%20112.141%200.0145679C111.836%200.00968793%20111.523%200.00382793%20111.219%200.00187793C110.859%20-0.00012207%20110.494%20-0.00012207%20110.135%20-0.00012207V7.92969e-06Z%22%20fill%3D%22%23A6A6A6%22%2F%3E%3Cpath%20d%3D%22M8.44487%2039.125C8.14019%2039.125%207.84287%2039.1211%207.54058%2039.1143C6.91436%2039.1061%206.2896%2039.0516%205.67144%2038.9512C5.09503%2038.8519%204.53664%2038.6673%204.0147%2038.4033C3.49754%2038.1415%203.02585%2037.7983%202.6177%2037.3867C2.20364%2036.98%201.85891%2036.5082%201.59719%2035.9902C1.33258%2035.4688%201.14945%2034.9099%201.05419%2034.333C0.951311%2033.7131%200.895651%2033.0863%200.887687%2032.458C0.881347%2032.2471%200.873047%2031.5449%200.873047%2031.5449V8.44434C0.873047%208.44434%200.881887%207.75293%200.887737%207.5498C0.895363%206.92248%200.950699%206.29665%201.05327%205.67773C1.14871%205.09925%201.33197%204.53875%201.59673%204.01563C1.85749%203.49794%202.2003%203.02586%202.61187%202.61768C3.02297%202.20562%203.49617%201.8606%204.01421%201.59521C4.53495%201.33209%205.09228%201.14873%205.66753%201.05127C6.28772%200.949836%206.91465%200.894996%207.54304%200.88721L8.44536%200.875H111.214L112.127%200.8877C112.75%200.895099%20113.371%200.94945%20113.985%201.05029C114.566%201.14898%20115.13%201.33362%20115.656%201.59814C116.694%202.13299%20117.539%202.97916%20118.071%204.01807C118.332%204.53758%20118.512%205.09351%20118.607%205.66699C118.71%206.29099%20118.768%206.92174%20118.78%207.5542C118.783%207.8374%20118.783%208.1416%20118.783%208.44434C118.791%208.81934%20118.791%209.17627%20118.791%209.53613V30.4648C118.791%2030.8281%20118.791%2031.1826%20118.783%2031.54C118.783%2031.8652%20118.783%2032.1631%20118.779%2032.4697C118.768%2033.0909%20118.711%2033.7104%20118.608%2034.3232C118.515%2034.9043%20118.333%2035.4675%20118.068%2035.9932C117.805%2036.5056%20117.462%2036.9733%20117.053%2037.3789C116.644%2037.7927%20116.172%2038.1379%20115.653%2038.4014C115.128%2038.6674%20114.566%2038.8527%20113.985%2038.9512C113.367%2039.0522%20112.742%2039.1067%20112.116%2039.1143C111.823%2039.1211%20111.517%2039.125%20111.219%2039.125L110.135%2039.127L8.44487%2039.125Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M24.769%2020.3011C24.7797%2019.4665%2025.0014%2018.6481%2025.4135%2017.9221C25.8255%2017.1962%2026.4145%2016.5862%2027.1256%2016.1491C26.6738%2015.5039%2026.0779%2014.973%2025.385%2014.5984C24.6922%2014.2239%2023.9216%2014.016%2023.1344%2013.9914C21.4552%2013.8151%2019.8272%2014.9962%2018.9715%2014.9962C18.0992%2014.9962%2016.7817%2014.0089%2015.363%2014.0381C14.4453%2014.0677%2013.551%2014.3346%2012.7671%2014.8126C11.9832%2015.2907%2011.3365%2015.9637%2010.8901%2016.7659C8.95607%2020.1144%2010.3987%2025.0354%2012.2513%2027.742C13.1782%2029.0674%2014.2615%2030.5478%2015.6789%2030.4953C17.066%2030.4378%2017.584%2029.6108%2019.2583%2029.6108C20.9171%2029.6108%2021.4031%2030.4953%2022.8493%2030.4619C24.3377%2030.4378%2025.2754%2029.1307%2026.1698%2027.7928C26.8358%2026.8484%2027.3483%2025.8047%2027.6882%2024.7003C26.8235%2024.3346%2026.0856%2023.7224%2025.5665%2022.9401C25.0474%2022.1578%2024.77%2021.24%2024.769%2020.3011Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M22.0376%2012.2113C22.8491%2011.2371%2023.2489%209.98494%2023.1521%208.7207C21.9123%208.85092%2020.767%209.44348%2019.9445%2010.3803C19.5424%2010.838%2019.2344%2011.3704%2019.0381%2011.9472C18.8419%2012.524%2018.7612%2013.1337%2018.8008%2013.7417C19.4209%2013.7481%2020.0344%2013.6137%2020.5951%2013.3486C21.1558%2013.0835%2021.649%2012.6946%2022.0376%2012.2113Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M42.3022%2027.1397H37.5688L36.4321%2030.4961H34.4272L38.9106%2018.0781H40.9936L45.477%2030.4961H43.438L42.3022%2027.1397ZM38.0591%2025.5908H41.8111L39.9615%2020.1436H39.9097L38.0591%2025.5908Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M55.1597%2025.9695C55.1597%2028.7829%2053.6538%2030.5905%2051.3814%2030.5905C50.8057%2030.6207%2050.2332%2030.4881%2049.7294%2030.2079C49.2256%2029.9278%2048.8109%2029.5114%2048.5327%2029.0065H48.4897V33.4909H46.6313V21.4421H48.4302V22.948H48.4644C48.7553%2022.4455%2049.1771%2022.0313%2049.6847%2021.7495C50.1923%2021.4676%2050.7669%2021.3287%2051.3472%2021.3474C53.645%2021.3474%2055.1597%2023.1638%2055.1597%2025.9695ZM53.2495%2025.9695C53.2495%2024.1365%2052.3023%2022.9314%2050.857%2022.9314C49.437%2022.9314%2048.482%2024.1618%2048.482%2025.9695C48.482%2027.7937%2049.437%2029.0154%2050.857%2029.0154C52.3023%2029.0154%2053.2495%2027.8191%2053.2495%2025.9695Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M65.1245%2025.9694C65.1245%2028.7829%2063.6187%2030.5905%2061.3462%2030.5905C60.7706%2030.6206%2060.1981%2030.488%2059.6943%2030.2079C59.1905%2029.9278%2058.7758%2029.5114%2058.4976%2029.0065H58.4546V33.4909H56.5962V21.4421H58.395V22.948H58.4292C58.7201%2022.4455%2059.1419%2022.0313%2059.6495%2021.7495C60.1571%2021.4676%2060.7317%2021.3287%2061.312%2021.3474C63.6099%2021.3474%2065.1245%2023.1638%2065.1245%2025.9694ZM63.2144%2025.9694C63.2144%2024.1364%2062.2671%2022.9314%2060.8218%2022.9314C59.4019%2022.9314%2058.4468%2024.1618%2058.4468%2025.9694C58.4468%2027.7937%2059.4019%2029.0153%2060.8218%2029.0153C62.2671%2029.0153%2063.2144%2027.8191%2063.2144%2025.9694H63.2144Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M71.7105%2027.0362C71.8482%2028.2676%2073.0445%2029.0762%2074.6792%2029.0762C76.2456%2029.0762%2077.3726%2028.2676%2077.3726%2027.1572C77.3726%2026.1934%2076.6929%2025.6162%2075.0835%2025.2207L73.4742%2024.833C71.1939%2024.2822%2070.1353%2023.2158%2070.1353%2021.4854C70.1353%2019.3428%2072.0025%2017.8711%2074.6538%2017.8711C77.2778%2017.8711%2079.0767%2019.3428%2079.1372%2021.4854H77.2612C77.1489%2020.2461%2076.1245%2019.4981%2074.6274%2019.4981C73.1304%2019.4981%2072.106%2020.2549%2072.106%2021.3565C72.106%2022.2344%2072.7603%2022.751%2074.3608%2023.1465L75.729%2023.4824C78.2769%2024.0849%2079.3355%2025.1084%2079.3355%2026.9248C79.3355%2029.248%2077.4849%2030.7031%2074.5415%2030.7031C71.7876%2030.7031%2069.9282%2029.2822%2069.8081%2027.0361L71.7105%2027.0362Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M83.3462%2019.2999V21.4424H85.0679V22.9141H83.3462V27.9053C83.3462%2028.6807%2083.6909%2029.0421%2084.4477%2029.0421C84.6521%2029.0385%2084.8562%2029.0241%2085.0591%2028.9991V30.4619C84.7188%2030.5255%2084.3729%2030.5543%2084.0268%2030.5479C82.1938%2030.5479%2081.479%2029.8594%2081.479%2028.1035V22.9141H80.1626V21.4424H81.479V19.2999H83.3462Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M86.0649%2025.9698C86.0649%2023.1212%2087.7427%2021.3311%2090.3589%2021.3311C92.9839%2021.3311%2094.6538%2023.1211%2094.6538%2025.9698C94.6538%2028.8262%2092.9927%2030.6085%2090.3589%2030.6085C87.726%2030.6085%2086.0649%2028.8262%2086.0649%2025.9698ZM92.7602%2025.9698C92.7602%2024.0157%2091.8647%2022.8624%2090.3589%2022.8624C88.853%2022.8624%2087.9585%2024.0245%2087.9585%2025.9698C87.9585%2027.9317%2088.853%2029.0762%2090.3589%2029.0762C91.8647%2029.0762%2092.7602%2027.9317%2092.7602%2025.9698H92.7602Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M96.186%2021.442H97.9585V22.983H98.0015C98.1214%2022.5017%2098.4034%2022.0764%2098.8%2021.7785C99.1966%2021.4806%2099.6836%2021.3284%20100.179%2021.3473C100.393%2021.3465%20100.607%2021.3698%20100.816%2021.4166V23.1549C100.546%2023.0723%20100.264%2023.0343%2099.981%2023.0426C99.711%2023.0316%2099.4418%2023.0792%2099.192%2023.1821C98.9421%2023.285%2098.7175%2023.4408%2098.5335%2023.6386C98.3496%2023.8365%2098.2106%2024.0719%2098.1262%2024.3286C98.0417%2024.5852%2098.0139%2024.8571%2098.0444%2025.1256V30.4957H96.186L96.186%2021.442Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M109.384%2027.837C109.134%2029.4805%20107.534%2030.6085%20105.486%2030.6085C102.852%2030.6085%20101.217%2028.8438%20101.217%2026.0128C101.217%2023.1729%20102.861%2021.3311%20105.408%2021.3311C107.913%2021.3311%20109.488%2023.0518%20109.488%2025.7969V26.4337H103.093V26.546C103.064%2026.8792%20103.105%2027.2148%20103.216%2027.5307C103.326%2027.8465%20103.502%2028.1353%20103.732%2028.3778C103.963%2028.6204%20104.242%2028.8111%20104.552%2028.9374C104.861%2029.0638%20105.195%2029.1227%20105.529%2029.1104C105.968%2029.1516%20106.409%2029.0498%20106.785%2028.8204C107.162%2028.591%20107.455%2028.246%20107.62%2027.837L109.384%2027.837ZM103.102%2025.1348H107.628C107.645%2024.8352%20107.6%2024.5354%20107.495%2024.2542C107.39%2023.973%20107.229%2023.7165%20107.02%2023.5007C106.812%2023.2849%20106.561%2023.1146%20106.283%2023.0004C106.006%2022.8862%20105.708%2022.8305%20105.408%2022.837C105.105%2022.8352%20104.805%2022.8933%20104.525%2023.0081C104.245%2023.1228%20103.99%2023.2919%20103.776%2023.5055C103.562%2023.7191%20103.392%2023.9731%20103.276%2024.2528C103.16%2024.5324%20103.101%2024.8322%20103.102%2025.1348V25.1348Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M37.8262%208.73053C38.2158%208.70257%2038.6067%208.76143%2038.9709%208.90286C39.335%209.04429%2039.6632%209.26477%2039.9317%209.5484C40.2003%209.83202%2040.4026%2010.1717%2040.524%2010.543C40.6454%2010.9143%2040.6829%2011.3079%2040.6338%2011.6954C40.6338%2013.6016%2039.6035%2014.6974%2037.8262%2014.6974H35.6709V8.73053H37.8262ZM36.5976%2013.8535H37.7226C38.0011%2013.8702%2038.2797%2013.8245%2038.5382%2013.7199C38.7967%2013.6153%2039.0287%2013.4543%2039.2172%2013.2488C39.4057%2013.0432%2039.546%2012.7982%2039.6278%2012.5316C39.7097%2012.265%2039.7311%2011.9834%2039.6904%2011.7075C39.7281%2011.4327%2039.7046%2011.1529%2039.6215%2010.8883C39.5383%2010.6236%2039.3977%2010.3806%2039.2096%2010.1767C39.0216%209.97273%2038.7907%209.81292%2038.5337%209.70868C38.2766%209.60445%2037.9996%209.55836%2037.7226%209.57374H36.5976V13.8535Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M41.6805%2012.4439C41.6521%2012.1479%2041.686%2011.8494%2041.7798%2011.5673C41.8737%2011.2852%2042.0254%2011.0259%2042.2254%2010.8059C42.4253%2010.5859%2042.669%2010.4102%2042.9409%2010.2899C43.2127%2010.1696%2043.5067%2010.1075%2043.804%2010.1075C44.1013%2010.1075%2044.3952%2010.1696%2044.6671%2010.2899C44.939%2010.4102%2045.1827%2010.5859%2045.3826%2010.8059C45.5825%2011.0259%2045.7343%2011.2852%2045.8281%2011.5673C45.922%2011.8494%2045.9558%2012.1479%2045.9275%2012.4439C45.9564%2012.7401%2045.9229%2013.0391%2045.8293%2013.3216C45.7357%2013.6041%2045.5841%2013.8639%2045.3841%2014.0843C45.1841%2014.3048%2044.9402%2014.4809%2044.6681%2014.6014C44.3959%2014.722%2044.1016%2014.7842%2043.804%2014.7842C43.5064%2014.7842%2043.212%2014.722%2042.9399%2014.6014C42.6678%2014.4809%2042.4239%2014.3048%2042.2239%2014.0843C42.0239%2013.8639%2041.8722%2013.6041%2041.7786%2013.3216C41.6851%2013.0391%2041.6516%2012.7401%2041.6805%2012.4439ZM45.0135%2012.4439C45.0135%2011.4678%2044.575%2010.897%2043.8055%2010.897C43.033%2010.897%2042.5985%2011.4678%2042.5985%2012.4439C42.5985%2013.4278%2043.033%2013.9942%2043.8055%2013.9942C44.575%2013.9942%2045.0135%2013.4238%2045.0135%2012.4439H45.0135Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M51.5732%2014.6973H50.6514L49.7207%2011.3809H49.6504L48.7236%2014.6973H47.8105L46.5693%2010.1943H47.4707L48.2773%2013.6303H48.3438L49.2695%2010.1943H50.1221L51.0479%2013.6303H51.1182L51.9209%2010.1943H52.8096L51.5732%2014.6973Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.8535%2010.1939H54.709V10.9092H54.7754C54.888%2010.6523%2055.0781%2010.4369%2055.3189%2010.2931C55.5598%2010.1493%2055.8395%2010.0842%2056.1191%2010.107C56.3382%2010.0905%2056.5582%2010.1235%2056.7628%2010.2036C56.9674%2010.2837%2057.1514%2010.4088%2057.3011%2010.5697C57.4508%2010.7305%2057.5623%2010.923%2057.6275%2011.1328C57.6927%2011.3426%2057.7099%2011.5644%2057.6777%2011.7818V14.6968H56.7891V12.0049C56.7891%2011.2813%2056.4746%2010.9214%2055.8174%2010.9214C55.6686%2010.9145%2055.5201%2010.9398%2055.3821%2010.9957C55.244%2011.0515%2055.1197%2011.1365%2055.0175%2011.2449C54.9154%2011.3533%2054.8379%2011.4825%2054.7904%2011.6236C54.7429%2011.7647%2054.7264%2011.9145%2054.7422%2012.0625V14.6968H53.8535L53.8535%2010.1939Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M59.0938%208.43652H59.9824V14.6973H59.0938V8.43652Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M61.2175%2012.4439C61.1893%2012.1479%2061.2231%2011.8494%2061.317%2011.5673C61.4109%2011.2852%2061.5626%2011.0259%2061.7626%2010.8059C61.9626%2010.5859%2062.2063%2010.4101%2062.4782%2010.2898C62.75%2010.1696%2063.044%2010.1074%2063.3413%2010.1074C63.6386%2010.1074%2063.9326%2010.1696%2064.2045%2010.2898C64.4764%2010.4101%2064.7201%2010.5859%2064.92%2010.8059C65.12%2011.0259%2065.2718%2011.2852%2065.3656%2011.5673C65.4595%2011.8494%2065.4934%2012.1479%2065.4651%2012.4439C65.4939%2012.7401%2065.4604%2013.0391%2065.3668%2013.3216C65.2732%2013.6042%2065.1215%2013.864%2064.9215%2014.0844C64.7215%2014.3048%2064.4776%2014.4809%2064.2054%2014.6014C63.9333%2014.722%2063.639%2014.7842%2063.3413%2014.7842C63.0437%2014.7842%2062.7493%2014.722%2062.4772%2014.6014C62.2051%2014.4809%2061.9612%2014.3048%2061.7612%2014.0844C61.5611%2013.864%2061.4095%2013.6042%2061.3158%2013.3216C61.2222%2013.0391%2061.1887%2012.7401%2061.2175%2012.4439ZM64.5505%2012.4439C64.5505%2011.4678%2064.1121%2010.897%2063.3425%2010.897C62.5701%2010.897%2062.1355%2011.4678%2062.1355%2012.4439C62.1355%2013.4278%2062.5701%2013.9942%2063.3425%2013.9942C64.1121%2013.9942%2064.5505%2013.4239%2064.5505%2012.4439H64.5505Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M66.4009%2013.4238C66.4009%2012.6133%2067.0044%2012.146%2068.0757%2012.0796L69.2954%2012.0093V11.6206C69.2954%2011.145%2068.981%2010.8765%2068.3735%2010.8765C67.8774%2010.8765%2067.5337%2011.0586%2067.4351%2011.377H66.5747C66.6655%2010.6035%2067.3931%2010.1074%2068.4146%2010.1074C69.5435%2010.1074%2070.1802%2010.6694%2070.1802%2011.6206V14.6973H69.3247V14.0645H69.2544C69.1117%2014.2914%2068.9113%2014.4765%2068.6737%2014.6007C68.436%2014.7249%2068.1697%2014.7838%2067.9019%2014.7715C67.7128%2014.7911%2067.5218%2014.7709%2067.341%2014.7122C67.1602%2014.6536%2066.9938%2014.5576%2066.8524%2014.4307C66.711%2014.3037%2066.5977%2014.1485%2066.52%2013.9751C66.4422%2013.8017%2066.4016%2013.6139%2066.4009%2013.4238ZM69.2954%2013.0391V12.6626L68.1958%2012.7329C67.5757%2012.7744%2067.2944%2012.9853%2067.2944%2013.3823C67.2944%2013.7876%2067.646%2014.0234%2068.1294%2014.0234C68.2711%2014.0378%2068.4142%2014.0235%2068.5502%2013.9814C68.6862%2013.9393%2068.8123%2013.8703%2068.9211%2013.7784C69.0299%2013.6866%2069.1191%2013.5738%2069.1834%2013.4468C69.2477%2013.3198%2069.2858%2013.1811%2069.2954%2013.0391Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M71.3481%2012.4439C71.3481%2011.021%2072.0796%2010.1196%2073.2173%2010.1196C73.4987%2010.1067%2073.778%2010.1741%2074.0225%2010.314C74.267%2010.4539%2074.4667%2010.6605%2074.5981%2010.9096H74.6646V8.43652H75.5532V14.6973H74.7017V13.9858H74.6314C74.4897%2014.2333%2074.2831%2014.4374%2074.0339%2014.5758C73.7846%2014.7143%2073.5022%2014.782%2073.2173%2014.7715C72.0718%2014.7715%2071.3481%2013.8701%2071.3481%2012.4439ZM72.2661%2012.4439C72.2661%2013.3989%2072.7163%2013.9737%2073.4693%2013.9737C74.2183%2013.9737%2074.6812%2013.3907%2074.6812%2012.4478C74.6812%2011.5093%2074.2134%2010.918%2073.4693%2010.918C72.7212%2010.918%2072.2661%2011.4966%2072.2661%2012.4439H72.2661Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M79.2298%2012.4439C79.2015%2012.1479%2079.2353%2011.8494%2079.3292%2011.5673C79.423%2011.2852%2079.5748%2011.0259%2079.7747%2010.8059C79.9746%2010.5859%2080.2183%2010.4102%2080.4902%2010.2899C80.762%2010.1696%2081.056%2010.1075%2081.3533%2010.1075C81.6506%2010.1075%2081.9446%2010.1696%2082.2164%2010.2899C82.4883%2010.4102%2082.732%2010.5859%2082.9319%2010.8059C83.1319%2011.0259%2083.2836%2011.2852%2083.3775%2011.5673C83.4713%2011.8494%2083.5052%2012.1479%2083.4768%2012.4439C83.5057%2012.7401%2083.4722%2013.0391%2083.3786%2013.3216C83.2851%2013.6041%2083.1334%2013.8639%2082.9334%2014.0843C82.7334%2014.3048%2082.4895%2014.4809%2082.2174%2014.6014C81.9453%2014.722%2081.6509%2014.7842%2081.3533%2014.7842C81.0557%2014.7842%2080.7613%2014.722%2080.4892%2014.6014C80.2171%2014.4809%2079.9732%2014.3048%2079.7732%2014.0843C79.5732%2013.8639%2079.4216%2013.6041%2079.328%2013.3216C79.2344%2013.0391%2079.2009%2012.7401%2079.2298%2012.4439ZM82.5628%2012.4439C82.5628%2011.4678%2082.1243%2010.897%2081.3548%2010.897C80.5823%2010.897%2080.1478%2011.4678%2080.1478%2012.4439C80.1478%2013.4278%2080.5823%2013.9942%2081.3548%2013.9942C82.1243%2013.9942%2082.5628%2013.4238%2082.5628%2012.4439Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M84.6694%2010.1939H85.5249V10.9092H85.5913C85.704%2010.6523%2085.894%2010.4369%2086.1348%2010.2931C86.3757%2010.1493%2086.6555%2010.0842%2086.9351%2010.107C87.1542%2010.0905%2087.3742%2010.1235%2087.5788%2010.2036C87.7834%2010.2837%2087.9673%2010.4088%2088.117%2010.5697C88.2667%2010.7305%2088.3783%2010.923%2088.4435%2011.1328C88.5087%2011.3426%2088.5258%2011.5644%2088.4937%2011.7818V14.6968H87.605V12.0049C87.605%2011.2813%2087.2905%2010.9214%2086.6333%2010.9214C86.4846%2010.9145%2086.336%2010.9398%2086.198%2010.9957C86.0599%2011.0515%2085.9356%2011.1365%2085.8335%2011.2449C85.7313%2011.3533%2085.6539%2011.4825%2085.6063%2011.6236C85.5588%2011.7647%2085.5423%2011.9145%2085.5581%2012.0625V14.6968H84.6694V10.1939Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M93.5151%209.07324V10.2148H94.4907V10.9634H93.5151V13.2788C93.5151%2013.7505%2093.7095%2013.957%2094.1519%2013.957C94.2651%2013.9567%2094.3783%2013.9498%2094.4907%2013.9365V14.6768C94.3311%2014.7053%2094.1694%2014.7205%2094.0073%2014.7222C93.019%2014.7222%2092.6255%2014.3745%2092.6255%2013.5063V10.9633H91.9106V10.2148H92.6255V9.07324H93.5151Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M95.7046%208.43652H96.5854V10.918H96.6558C96.7739%2010.6587%2096.9691%2010.4421%2097.2148%2010.2977C97.4605%2010.1534%2097.7447%2010.0883%2098.0288%2010.1113C98.2467%2010.0995%2098.4646%2010.1359%2098.6669%2010.2179C98.8692%2010.2999%2099.0508%2010.4256%2099.199%2010.586C99.3471%2010.7463%2099.458%2010.9373%2099.5238%2011.1455C99.5896%2011.3536%2099.6086%2011.5737%2099.5795%2011.79V14.6973H98.69V12.0093C98.69%2011.29%2098.355%2010.9258%2097.7271%2010.9258C97.5743%2010.9132%2097.4207%2010.9342%2097.2769%2010.9873C97.1332%2011.0404%2097.0027%2011.1242%2096.8947%2011.2329C96.7867%2011.3417%2096.7038%2011.4727%2096.6517%2011.6168C96.5997%2011.761%2096.5797%2011.9147%2096.5933%2012.0674V14.6973H95.7046L95.7046%208.43652Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M104.761%2013.4815C104.641%2013.893%20104.379%2014.249%20104.022%2014.4871C103.666%2014.7253%20103.237%2014.8304%20102.81%2014.7842C102.514%2014.792%20102.219%2014.7352%20101.946%2014.6177C101.674%2014.5001%20101.43%2014.3247%20101.232%2014.1036C101.034%2013.8824%20100.887%2013.6209%20100.8%2013.3371C100.713%2013.0532%20100.69%2012.754%20100.73%2012.46C100.691%2012.1651%20100.715%2011.8652%20100.801%2011.5805C100.888%2011.2958%20101.035%2011.033%20101.231%2010.81C101.428%2010.5869%20101.671%2010.4087%20101.943%2010.2875C102.214%2010.1663%20102.509%2010.1049%20102.806%2010.1074C104.059%2010.1074%20104.815%2010.9634%20104.815%2012.3774V12.6875H101.635V12.7373C101.621%2012.9026%20101.642%2013.0689%20101.696%2013.2257C101.751%2013.3824%20101.837%2013.5261%20101.95%2013.6476C102.063%2013.769%20102.2%2013.8655%20102.352%2013.9309C102.504%2013.9963%20102.669%2014.0292%20102.835%2014.0273C103.047%2014.0528%20103.263%2014.0146%20103.453%2013.9174C103.644%2013.8202%20103.802%2013.6684%20103.906%2013.4814L104.761%2013.4815ZM101.635%2012.0303H103.91C103.921%2011.8792%20103.9%2011.7274%20103.85%2011.5846C103.799%2011.4419%20103.718%2011.3114%20103.614%2011.2016C103.51%2011.0917%20103.383%2011.0049%20103.243%2010.9467C103.103%2010.8886%20102.953%2010.8603%20102.801%2010.8638C102.648%2010.8619%20102.495%2010.8907%20102.353%2010.9487C102.21%2011.0066%20102.081%2011.0925%20101.972%2011.2012C101.864%2011.3099%20101.778%2011.4393%20101.72%2011.5817C101.662%2011.724%20101.633%2011.8766%20101.635%2012.0303H101.635Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
.cta.appStore.lg {
	width: 150px;
	height: 50px; }
.cta.appStore.xs {
	width: 101px;
	height: 34px; }
.cta.appStore.blackTransparent {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%2040%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%22119%22%20height%3D%2239%22%20rx%3D%226.5%22%20stroke%3D%22black%22%2F%3E%3Cpath%20d%3D%22M24.9965%2019.889C25.0077%2019.021%2025.2383%2018.17%2025.6667%2017.4151C26.0952%2016.6601%2026.7077%2016.0259%2027.4471%2015.5712C26.9774%2014.9003%2026.3576%2014.3482%2025.6372%2013.9587C24.9167%2013.5692%2024.1153%2013.3531%2023.2967%2013.3275C21.5505%2013.1442%2019.8576%2014.3724%2018.9677%2014.3724C18.0607%2014.3724%2016.6906%2013.3457%2015.2153%2013.376C14.261%2013.4069%2013.331%2013.6844%2012.5158%2014.1815C11.7007%2014.6786%2011.0282%2015.3784%2010.5639%2016.2127C8.55278%2019.6947%2010.0529%2024.8121%2011.9794%2027.6267C12.9433%2029.005%2014.0698%2030.5445%2015.5438%2030.4899C16.9862%2030.4301%2017.5249%2029.5701%2019.266%2029.5701C20.9909%2029.5701%2021.4963%2030.4899%2023.0003%2030.4552C24.548%2030.4301%2025.5232%2029.0708%2026.4533%2027.6795C27.1458%2026.6975%2027.6787%2025.6121%2028.0323%2024.4637C27.133%2024.0833%2026.3657%2023.4467%2025.8258%2022.6332C25.286%2021.8197%2024.9976%2020.8653%2024.9965%2019.889Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M22.1563%2011.4768C23.0003%2010.4637%2023.416%209.1616%2023.3153%207.84692C22.026%207.98234%2020.8351%208.59854%2019.9798%209.57274C19.5616%2010.0487%2019.2413%2010.6023%2019.0372%2011.2021C18.8332%2011.8019%2018.7493%2012.436%2018.7905%2013.0682C19.4353%2013.0749%2020.0733%2012.9351%2020.6563%2012.6594C21.2394%2012.3838%2021.7522%2011.9794%2022.1563%2011.4768V11.4768Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M42.3018%2027.1399H37.5684L36.4316%2030.4964H34.4268L38.9102%2018.0784H40.9932L45.4766%2030.4964H43.4375L42.3018%2027.1399ZM38.0586%2025.5911H41.8106L39.961%2020.1438H39.9092L38.0586%2025.5911Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M55.1592%2025.9697C55.1592%2028.7832%2053.6533%2030.5908%2051.3809%2030.5908C50.8052%2030.6209%2050.2327%2030.4883%2049.7289%2030.2082C49.2251%2029.928%2048.8104%2029.5117%2048.5323%2029.0068H48.4893V33.4912H46.6309V21.4423H48.4297V22.9482H48.4639C48.7548%2022.4457%2049.1766%2022.0316%2049.6842%2021.7497C50.1918%2021.4679%2050.7664%2021.3289%2051.3467%2021.3476C53.6446%2021.3476%2055.1592%2023.164%2055.1592%2025.9697ZM53.249%2025.9697C53.249%2024.1367%2052.3018%2022.9316%2050.8565%2022.9316C49.4365%2022.9316%2048.4815%2024.1621%2048.4815%2025.9697C48.4815%2027.7939%2049.4365%2029.0156%2050.8565%2029.0156C52.3018%2029.0156%2053.249%2027.8193%2053.249%2025.9697H53.249Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M65.1245%2025.9697C65.1245%2028.7832%2063.6182%2030.5908%2061.3457%2030.5908C60.7701%2030.6209%2060.1976%2030.4883%2059.6938%2030.2082C59.19%2029.928%2058.7753%2029.5117%2058.4971%2029.0068H58.4541V33.4912H56.5957V21.4423H58.3945V22.9482H58.4287C58.7197%2022.4457%2059.1414%2022.0316%2059.649%2021.7497C60.1567%2021.4679%2060.7312%2021.3289%2061.3115%2021.3476C63.6094%2021.3476%2065.1245%2023.164%2065.1245%2025.9697ZM63.2139%2025.9697C63.2139%2024.1367%2062.2666%2022.9316%2060.8213%2022.9316C59.4014%2022.9316%2058.4463%2024.1621%2058.4463%2025.9697C58.4463%2027.7939%2059.4014%2029.0156%2060.8213%2029.0156C62.2666%2029.0156%2063.2139%2027.8193%2063.2139%2025.9697V25.9697Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M71.7095%2027.0364C71.8472%2028.2679%2073.0435%2029.0764%2074.6783%2029.0764C76.2447%2029.0764%2077.3716%2028.2678%2077.3716%2027.1575C77.3716%2026.1936%2076.6919%2025.6165%2075.0826%2025.221L73.4732%2024.8333C71.1929%2024.2825%2070.1343%2023.2161%2070.1343%2021.4856C70.1343%2019.343%2072.0015%2017.8713%2074.6519%2017.8713C77.2769%2017.8713%2079.0757%2019.343%2079.1363%2021.4856H77.2603C77.148%2020.2463%2076.1236%2019.4983%2074.6265%2019.4983C73.1294%2019.4983%2072.105%2020.2551%2072.105%2021.3567C72.105%2022.2346%2072.7593%2022.7512%2074.3599%2023.1467L75.7281%2023.4826C78.2759%2024.0852%2079.3335%2025.1086%2079.3335%2026.925C79.3335%2029.2483%2077.4839%2030.7033%2074.5405%2030.7033C71.7866%2030.7033%2069.9272%2029.2824%2069.8071%2027.0363L71.7095%2027.0364Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M83.3462%2019.3V21.4426H85.0679V22.9143H83.3462V27.9055C83.3462%2028.6809%2083.6909%2029.0422%2084.4477%2029.0422C84.6521%2029.0387%2084.8562%2029.0243%2085.0591%2028.9992V30.4621C84.7188%2030.5257%2084.3729%2030.5545%2084.0268%2030.5481C82.1938%2030.5481%2081.479%2029.8596%2081.479%2028.1037V22.9143H80.1626V21.4426H81.479V19.3H83.3462Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M86.064%2025.97C86.064%2023.1213%2087.7417%2021.3313%2090.3579%2021.3313C92.9829%2021.3313%2094.6528%2023.1213%2094.6528%2025.97C94.6528%2028.8264%2092.9917%2030.6086%2090.3579%2030.6086C87.7251%2030.6086%2086.064%2028.8264%2086.064%2025.97ZM92.7593%2025.97C92.7593%2024.0159%2091.8638%2022.8625%2090.3579%2022.8625C88.852%2022.8625%2087.9565%2024.0247%2087.9565%2025.97C87.9565%2027.9319%2088.852%2029.0764%2090.3579%2029.0764C91.8638%2029.0764%2092.7593%2027.9319%2092.7593%2025.97H92.7593Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M96.1851%2021.4423H97.9575V22.9833H98.0005C98.1205%2022.502%2098.4024%2022.0766%2098.799%2021.7788C99.1956%2021.4809%2099.6826%2021.3286%20100.178%2021.3475C100.392%2021.3468%20100.606%2021.37%20100.815%2021.4169V23.1551C100.545%2023.0725%20100.263%2023.0346%2099.98%2023.0428C99.71%2023.0319%2099.4409%2023.0795%2099.191%2023.1824C98.9412%2023.2853%2098.7166%2023.441%2098.5326%2023.6389C98.3486%2023.8368%2098.2096%2024.0721%2098.1252%2024.3288C98.0408%2024.5855%2098.0129%2024.8574%2098.0435%2025.1258V30.496H96.1851L96.1851%2021.4423Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M109.383%2027.8372C109.133%2029.4807%20107.533%2030.6086%20105.485%2030.6086C102.851%2030.6086%20101.216%2028.844%20101.216%2026.0129C101.216%2023.1731%20102.86%2021.3313%20105.407%2021.3313C107.912%2021.3313%20109.487%2023.052%20109.487%2025.7971V26.4338H103.092V26.5461C103.063%2026.8793%20103.104%2027.215%20103.215%2027.5308C103.325%2027.8467%20103.501%2028.1355%20103.731%2028.378C103.962%2028.6206%20104.241%2028.8113%20104.551%2028.9376C104.86%2029.0639%20105.194%2029.1229%20105.528%2029.1106C105.967%2029.1517%20106.408%2029.05%20106.784%2028.8206C107.161%2028.5911%20107.454%2028.2462%20107.619%2027.8371L109.383%2027.8372ZM103.101%2025.135H107.627C107.644%2024.8354%20107.599%2024.5356%20107.494%2024.2544C107.389%2023.9732%20107.228%2023.7166%20107.019%2023.5009C106.811%2023.2851%20106.56%2023.1148%20106.282%2023.0006C106.005%2022.8863%20105.707%2022.8307%20105.407%2022.8372C105.104%2022.8354%20104.804%2022.8935%20104.524%2023.0082C104.244%2023.123%20103.989%2023.292%20103.775%2023.5057C103.561%2023.7193%20103.391%2023.9733%20103.275%2024.2529C103.159%2024.5326%20103.1%2024.8324%20103.101%2025.135V25.135Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M37.8262%208.7304C38.2158%208.70244%2038.6067%208.7613%2038.9709%208.90274C39.335%209.04417%2039.6632%209.26465%2039.9317%209.54828C40.2003%209.8319%2040.4026%2010.1716%2040.524%2010.5429C40.6454%2010.9141%2040.6829%2011.3077%2040.6338%2011.6952C40.6338%2013.6015%2039.6035%2014.6972%2037.8262%2014.6972H35.6709V8.7304H37.8262ZM36.5976%2013.8534H37.7226C38.0011%2013.87%2038.2797%2013.8244%2038.5382%2013.7198C38.7967%2013.6152%2039.0287%2013.4542%2039.2172%2013.2487C39.4057%2013.0431%2039.546%2012.7981%2039.6278%2012.5315C39.7097%2012.2648%2039.7311%2011.9833%2039.6904%2011.7074C39.7281%2011.4326%2039.7046%2011.1528%2039.6215%2010.8881C39.5383%2010.6235%2039.3977%2010.3805%2039.2096%2010.1765C39.0216%209.97261%2038.7907%209.8128%2038.5337%209.70856C38.2766%209.60433%2037.9996%209.55824%2037.7226%209.57361H36.5976V13.8534Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M41.6805%2012.4438C41.6521%2012.1479%2041.686%2011.8493%2041.7798%2011.5672C41.8737%2011.2852%2042.0254%2011.0258%2042.2254%2010.8059C42.4253%2010.5859%2042.669%2010.4101%2042.9409%2010.2898C43.2127%2010.1696%2043.5067%2010.1074%2043.804%2010.1074C44.1013%2010.1074%2044.3952%2010.1696%2044.6671%2010.2898C44.939%2010.4101%2045.1827%2010.5859%2045.3826%2010.8059C45.5825%2011.0258%2045.7343%2011.2852%2045.8281%2011.5672C45.922%2011.8493%2045.9558%2012.1479%2045.9275%2012.4438C45.9564%2012.74%2045.9229%2013.039%2045.8293%2013.3215C45.7357%2013.6041%2045.5841%2013.8639%2045.3841%2014.0843C45.1841%2014.3047%2044.9402%2014.4808%2044.6681%2014.6014C44.3959%2014.7219%2044.1016%2014.7842%2043.804%2014.7842C43.5064%2014.7842%2043.212%2014.7219%2042.9399%2014.6014C42.6678%2014.4808%2042.4239%2014.3047%2042.2239%2014.0843C42.0239%2013.8639%2041.8722%2013.6041%2041.7786%2013.3215C41.6851%2013.039%2041.6516%2012.74%2041.6805%2012.4438V12.4438ZM45.0135%2012.4438C45.0135%2011.4677%2044.575%2010.8969%2043.8055%2010.8969C43.033%2010.8969%2042.5985%2011.4677%2042.5985%2012.4438C42.5985%2013.4277%2043.033%2013.9941%2043.8055%2013.9941C44.575%2013.9941%2045.0135%2013.4238%2045.0135%2012.4438H45.0135Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M51.5732%2014.6973H50.6514L49.7207%2011.3809H49.6504L48.7236%2014.6973H47.8105L46.5693%2010.1943H47.4707L48.2773%2013.6303H48.3438L49.2695%2010.1943H50.1221L51.0479%2013.6303H51.1182L51.9209%2010.1943H52.8096L51.5732%2014.6973Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M53.8535%2010.1939H54.709V10.9092H54.7754C54.888%2010.6523%2055.0781%2010.4369%2055.3189%2010.2931C55.5598%2010.1493%2055.8395%2010.0842%2056.1191%2010.107C56.3382%2010.0905%2056.5582%2010.1235%2056.7628%2010.2036C56.9674%2010.2837%2057.1514%2010.4088%2057.3011%2010.5697C57.4508%2010.7305%2057.5623%2010.923%2057.6275%2011.1328C57.6927%2011.3426%2057.7099%2011.5644%2057.6777%2011.7818V14.6968H56.7891V12.0049C56.7891%2011.2813%2056.4746%2010.9214%2055.8174%2010.9214C55.6686%2010.9145%2055.5201%2010.9398%2055.3821%2010.9957C55.244%2011.0515%2055.1197%2011.1365%2055.0175%2011.2449C54.9154%2011.3533%2054.8379%2011.4825%2054.7904%2011.6236C54.7429%2011.7647%2054.7264%2011.9145%2054.7422%2012.0625V14.6968H53.8535L53.8535%2010.1939Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M59.0938%208.43652H59.9824V14.6973H59.0938V8.43652Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M61.2175%2012.4439C61.1893%2012.1479%2061.2231%2011.8494%2061.317%2011.5673C61.4109%2011.2852%2061.5626%2011.0259%2061.7626%2010.8059C61.9626%2010.5859%2062.2063%2010.4101%2062.4782%2010.2898C62.75%2010.1696%2063.044%2010.1074%2063.3413%2010.1074C63.6386%2010.1074%2063.9326%2010.1696%2064.2045%2010.2898C64.4764%2010.4101%2064.7201%2010.5859%2064.92%2010.8059C65.12%2011.0259%2065.2718%2011.2852%2065.3656%2011.5673C65.4595%2011.8494%2065.4934%2012.1479%2065.4651%2012.4439C65.4939%2012.7401%2065.4604%2013.0391%2065.3668%2013.3216C65.2732%2013.6042%2065.1215%2013.864%2064.9215%2014.0844C64.7215%2014.3048%2064.4776%2014.4809%2064.2054%2014.6014C63.9333%2014.722%2063.639%2014.7842%2063.3413%2014.7842C63.0437%2014.7842%2062.7493%2014.722%2062.4772%2014.6014C62.2051%2014.4809%2061.9612%2014.3048%2061.7612%2014.0844C61.5611%2013.864%2061.4095%2013.6042%2061.3158%2013.3216C61.2222%2013.0391%2061.1887%2012.7401%2061.2175%2012.4439V12.4439ZM64.5505%2012.4439C64.5505%2011.4678%2064.1121%2010.897%2063.3425%2010.897C62.5701%2010.897%2062.1355%2011.4678%2062.1355%2012.4439C62.1355%2013.4278%2062.5701%2013.9942%2063.3425%2013.9942C64.1121%2013.9942%2064.5505%2013.4239%2064.5505%2012.4439H64.5505Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M66.4009%2013.4238C66.4009%2012.6133%2067.0044%2012.146%2068.0757%2012.0796L69.2954%2012.0093V11.6206C69.2954%2011.145%2068.981%2010.8765%2068.3735%2010.8765C67.8774%2010.8765%2067.5337%2011.0586%2067.4351%2011.377H66.5747C66.6655%2010.6035%2067.3931%2010.1074%2068.4146%2010.1074C69.5435%2010.1074%2070.1802%2010.6694%2070.1802%2011.6206V14.6973H69.3247V14.0645H69.2544C69.1117%2014.2914%2068.9113%2014.4765%2068.6737%2014.6007C68.436%2014.7249%2068.1697%2014.7838%2067.9019%2014.7715C67.7128%2014.7911%2067.5218%2014.7709%2067.341%2014.7122C67.1602%2014.6536%2066.9938%2014.5576%2066.8524%2014.4307C66.711%2014.3037%2066.5977%2014.1485%2066.52%2013.9751C66.4422%2013.8017%2066.4016%2013.6139%2066.4009%2013.4238V13.4238ZM69.2954%2013.0391V12.6626L68.1958%2012.7329C67.5757%2012.7744%2067.2944%2012.9853%2067.2944%2013.3823C67.2944%2013.7876%2067.646%2014.0234%2068.1294%2014.0234C68.2711%2014.0378%2068.4142%2014.0235%2068.5502%2013.9814C68.6862%2013.9393%2068.8123%2013.8703%2068.9211%2013.7784C69.0299%2013.6866%2069.1191%2013.5738%2069.1834%2013.4468C69.2477%2013.3198%2069.2858%2013.1811%2069.2954%2013.0391V13.0391Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M71.3481%2012.4439C71.3481%2011.021%2072.0796%2010.1196%2073.2173%2010.1196C73.4987%2010.1067%2073.778%2010.1741%2074.0225%2010.314C74.267%2010.4539%2074.4667%2010.6605%2074.5981%2010.9096H74.6646V8.43652H75.5532V14.6973H74.7017V13.9858H74.6314C74.4897%2014.2333%2074.2831%2014.4374%2074.0339%2014.5758C73.7846%2014.7143%2073.5022%2014.782%2073.2173%2014.7715C72.0718%2014.7715%2071.3481%2013.8701%2071.3481%2012.4439ZM72.2661%2012.4439C72.2661%2013.3989%2072.7163%2013.9737%2073.4693%2013.9737C74.2183%2013.9737%2074.6812%2013.3907%2074.6812%2012.4478C74.6812%2011.5093%2074.2134%2010.918%2073.4693%2010.918C72.7212%2010.918%2072.2661%2011.4966%2072.2661%2012.4439H72.2661Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M79.2298%2012.4438C79.2015%2012.1479%2079.2353%2011.8493%2079.3292%2011.5672C79.423%2011.2852%2079.5748%2011.0258%2079.7747%2010.8059C79.9746%2010.5859%2080.2183%2010.4101%2080.4902%2010.2898C80.762%2010.1696%2081.056%2010.1074%2081.3533%2010.1074C81.6506%2010.1074%2081.9446%2010.1696%2082.2164%2010.2898C82.4883%2010.4101%2082.732%2010.5859%2082.9319%2010.8059C83.1319%2011.0258%2083.2836%2011.2852%2083.3775%2011.5672C83.4713%2011.8493%2083.5052%2012.1479%2083.4768%2012.4438C83.5057%2012.74%2083.4722%2013.039%2083.3786%2013.3215C83.2851%2013.6041%2083.1334%2013.8639%2082.9334%2014.0843C82.7334%2014.3047%2082.4895%2014.4808%2082.2174%2014.6014C81.9453%2014.7219%2081.6509%2014.7842%2081.3533%2014.7842C81.0557%2014.7842%2080.7613%2014.7219%2080.4892%2014.6014C80.2171%2014.4808%2079.9732%2014.3047%2079.7732%2014.0843C79.5732%2013.8639%2079.4216%2013.6041%2079.328%2013.3215C79.2344%2013.039%2079.2009%2012.74%2079.2298%2012.4438V12.4438ZM82.5628%2012.4438C82.5628%2011.4677%2082.1243%2010.8969%2081.3548%2010.8969C80.5823%2010.8969%2080.1478%2011.4677%2080.1478%2012.4438C80.1478%2013.4277%2080.5823%2013.9941%2081.3548%2013.9941C82.1243%2013.9941%2082.5628%2013.4238%2082.5628%2012.4438Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M84.6694%2010.1939H85.5249V10.9092H85.5913C85.704%2010.6523%2085.894%2010.4369%2086.1348%2010.2931C86.3757%2010.1493%2086.6555%2010.0842%2086.9351%2010.107C87.1542%2010.0905%2087.3742%2010.1235%2087.5788%2010.2036C87.7834%2010.2837%2087.9673%2010.4088%2088.117%2010.5697C88.2667%2010.7305%2088.3783%2010.923%2088.4435%2011.1328C88.5087%2011.3426%2088.5258%2011.5644%2088.4937%2011.7818V14.6968H87.605V12.0049C87.605%2011.2813%2087.2905%2010.9214%2086.6333%2010.9214C86.4846%2010.9145%2086.336%2010.9398%2086.198%2010.9957C86.0599%2011.0515%2085.9356%2011.1365%2085.8335%2011.2449C85.7313%2011.3533%2085.6539%2011.4825%2085.6063%2011.6236C85.5588%2011.7647%2085.5423%2011.9145%2085.5581%2012.0625V14.6968H84.6694V10.1939Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M93.5151%209.07324V10.2148H94.4907V10.9634H93.5151V13.2788C93.5151%2013.7505%2093.7095%2013.957%2094.1519%2013.957C94.2651%2013.9567%2094.3783%2013.9498%2094.4907%2013.9365V14.6768C94.3311%2014.7053%2094.1694%2014.7205%2094.0073%2014.7222C93.019%2014.7222%2092.6255%2014.3745%2092.6255%2013.5063V10.9633H91.9106V10.2148H92.6255V9.07324H93.5151Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M95.7046%208.43652H96.5854V10.918H96.6558C96.7739%2010.6587%2096.9691%2010.4421%2097.2148%2010.2977C97.4605%2010.1534%2097.7447%2010.0883%2098.0288%2010.1113C98.2467%2010.0995%2098.4646%2010.1359%2098.6669%2010.2179C98.8692%2010.2999%2099.0508%2010.4256%2099.199%2010.586C99.3471%2010.7463%2099.458%2010.9373%2099.5238%2011.1455C99.5896%2011.3536%2099.6086%2011.5737%2099.5795%2011.79V14.6973H98.69V12.0093C98.69%2011.29%2098.355%2010.9258%2097.7271%2010.9258C97.5743%2010.9132%2097.4207%2010.9342%2097.2769%2010.9873C97.1332%2011.0404%2097.0027%2011.1242%2096.8947%2011.2329C96.7867%2011.3417%2096.7038%2011.4727%2096.6517%2011.6168C96.5997%2011.761%2096.5797%2011.9147%2096.5933%2012.0674V14.6973H95.7046L95.7046%208.43652Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M104.761%2013.4815C104.641%2013.8931%20104.379%2014.249%20104.022%2014.4872C103.666%2014.7253%20103.237%2014.8305%20102.81%2014.7842C102.514%2014.7921%20102.219%2014.7353%20101.946%2014.6177C101.674%2014.5002%20101.43%2014.3248%20101.232%2014.1036C101.034%2013.8825%20100.887%2013.6209%20100.8%2013.3371C100.713%2013.0533%20100.69%2012.754%20100.73%2012.46C100.691%2012.1652%20100.715%2011.8652%20100.801%2011.5805C100.888%2011.2959%20101.035%2011.0331%20101.231%2010.81C101.428%2010.587%20101.671%2010.4088%20101.943%2010.2876C102.214%2010.1664%20102.509%2010.105%20102.806%2010.1075C104.059%2010.1075%20104.815%2010.9635%20104.815%2012.3775V12.6876H101.635V12.7374C101.621%2012.9026%20101.642%2013.069%20101.696%2013.2257C101.751%2013.3825%20101.837%2013.5262%20101.95%2013.6476C102.063%2013.7691%20102.2%2013.8656%20102.352%2013.931C102.504%2013.9964%20102.669%2014.0292%20102.835%2014.0274C103.047%2014.0529%20103.263%2014.0146%20103.453%2013.9174C103.644%2013.8202%20103.802%2013.6685%20103.906%2013.4815L104.761%2013.4815ZM101.635%2012.0303H103.91C103.921%2011.8792%20103.9%2011.7274%20103.85%2011.5847C103.799%2011.442%20103.718%2011.3115%20103.614%2011.2016C103.51%2011.0918%20103.383%2011.005%20103.243%2010.9468C103.103%2010.8886%20102.953%2010.8604%20102.801%2010.8638C102.648%2010.8619%20102.495%2010.8908%20102.353%2010.9487C102.21%2011.0067%20102.081%2011.0925%20101.972%2011.2012C101.864%2011.3099%20101.778%2011.4393%20101.72%2011.5817C101.662%2011.7241%20101.633%2011.8766%20101.635%2012.0303H101.635Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E"); }
.cta.appStore.whiteTransparent {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%2040%22%20fill%3D%22none%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%22119%22%20height%3D%2239%22%20rx%3D%226.5%22%20stroke%3D%22white%22%2F%3E%3Cpath%20d%3D%22M24.9965%2019.889C25.0077%2019.021%2025.2383%2018.17%2025.6667%2017.4151C26.0952%2016.6601%2026.7077%2016.0259%2027.4471%2015.5712C26.9774%2014.9003%2026.3576%2014.3482%2025.6372%2013.9587C24.9167%2013.5692%2024.1153%2013.3531%2023.2967%2013.3275C21.5505%2013.1442%2019.8576%2014.3724%2018.9677%2014.3724C18.0607%2014.3724%2016.6906%2013.3457%2015.2153%2013.376C14.261%2013.4069%2013.331%2013.6844%2012.5158%2014.1815C11.7007%2014.6786%2011.0282%2015.3784%2010.5639%2016.2127C8.55278%2019.6947%2010.0529%2024.8121%2011.9794%2027.6267C12.9433%2029.005%2014.0698%2030.5445%2015.5438%2030.4899C16.9862%2030.4301%2017.5249%2029.5701%2019.266%2029.5701C20.9909%2029.5701%2021.4963%2030.4899%2023.0003%2030.4552C24.548%2030.4301%2025.5232%2029.0708%2026.4533%2027.6795C27.1458%2026.6975%2027.6787%2025.6121%2028.0323%2024.4637C27.133%2024.0833%2026.3657%2023.4467%2025.8258%2022.6332C25.286%2021.8197%2024.9976%2020.8653%2024.9965%2019.889Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M22.1563%2011.4768C23.0003%2010.4637%2023.416%209.1616%2023.3153%207.84692C22.026%207.98234%2020.8351%208.59854%2019.9798%209.57274C19.5616%2010.0487%2019.2413%2010.6023%2019.0372%2011.2021C18.8332%2011.8019%2018.7493%2012.436%2018.7905%2013.0682C19.4353%2013.0749%2020.0733%2012.9351%2020.6563%2012.6594C21.2394%2012.3838%2021.7522%2011.9794%2022.1563%2011.4768V11.4768Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M42.3018%2027.1399H37.5684L36.4316%2030.4964H34.4268L38.9102%2018.0784H40.9932L45.4766%2030.4964H43.4375L42.3018%2027.1399ZM38.0586%2025.5911H41.8106L39.961%2020.1438H39.9092L38.0586%2025.5911Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M55.1592%2025.9697C55.1592%2028.7832%2053.6533%2030.5908%2051.3809%2030.5908C50.8052%2030.6209%2050.2327%2030.4883%2049.7289%2030.2082C49.2251%2029.928%2048.8104%2029.5117%2048.5323%2029.0068H48.4893V33.4912H46.6309V21.4423H48.4297V22.9482H48.4639C48.7548%2022.4457%2049.1766%2022.0316%2049.6842%2021.7497C50.1918%2021.4679%2050.7664%2021.3289%2051.3467%2021.3476C53.6446%2021.3476%2055.1592%2023.164%2055.1592%2025.9697ZM53.249%2025.9697C53.249%2024.1367%2052.3018%2022.9316%2050.8565%2022.9316C49.4365%2022.9316%2048.4815%2024.1621%2048.4815%2025.9697C48.4815%2027.7939%2049.4365%2029.0156%2050.8565%2029.0156C52.3018%2029.0156%2053.249%2027.8193%2053.249%2025.9697H53.249Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M65.1245%2025.9697C65.1245%2028.7832%2063.6182%2030.5908%2061.3457%2030.5908C60.7701%2030.6209%2060.1976%2030.4883%2059.6938%2030.2082C59.19%2029.928%2058.7753%2029.5117%2058.4971%2029.0068H58.4541V33.4912H56.5957V21.4423H58.3945V22.9482H58.4287C58.7197%2022.4457%2059.1414%2022.0316%2059.649%2021.7497C60.1567%2021.4679%2060.7312%2021.3289%2061.3115%2021.3476C63.6094%2021.3476%2065.1245%2023.164%2065.1245%2025.9697ZM63.2139%2025.9697C63.2139%2024.1367%2062.2666%2022.9316%2060.8213%2022.9316C59.4014%2022.9316%2058.4463%2024.1621%2058.4463%2025.9697C58.4463%2027.7939%2059.4014%2029.0156%2060.8213%2029.0156C62.2666%2029.0156%2063.2139%2027.8193%2063.2139%2025.9697V25.9697Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M71.7095%2027.0364C71.8472%2028.2679%2073.0435%2029.0764%2074.6783%2029.0764C76.2447%2029.0764%2077.3716%2028.2678%2077.3716%2027.1575C77.3716%2026.1936%2076.6919%2025.6165%2075.0826%2025.221L73.4732%2024.8333C71.1929%2024.2825%2070.1343%2023.2161%2070.1343%2021.4856C70.1343%2019.343%2072.0015%2017.8713%2074.6519%2017.8713C77.2769%2017.8713%2079.0757%2019.343%2079.1363%2021.4856H77.2603C77.148%2020.2463%2076.1236%2019.4983%2074.6265%2019.4983C73.1294%2019.4983%2072.105%2020.2551%2072.105%2021.3567C72.105%2022.2346%2072.7593%2022.7512%2074.3599%2023.1467L75.7281%2023.4826C78.2759%2024.0852%2079.3335%2025.1086%2079.3335%2026.925C79.3335%2029.2483%2077.4839%2030.7033%2074.5405%2030.7033C71.7866%2030.7033%2069.9272%2029.2824%2069.8071%2027.0363L71.7095%2027.0364Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M83.3462%2019.3V21.4426H85.0679V22.9143H83.3462V27.9055C83.3462%2028.6809%2083.6909%2029.0422%2084.4477%2029.0422C84.6521%2029.0387%2084.8562%2029.0243%2085.0591%2028.9992V30.4621C84.7188%2030.5257%2084.3729%2030.5545%2084.0268%2030.5481C82.1938%2030.5481%2081.479%2029.8596%2081.479%2028.1037V22.9143H80.1626V21.4426H81.479V19.3H83.3462Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M86.064%2025.97C86.064%2023.1213%2087.7417%2021.3313%2090.3579%2021.3313C92.9829%2021.3313%2094.6528%2023.1213%2094.6528%2025.97C94.6528%2028.8264%2092.9917%2030.6086%2090.3579%2030.6086C87.7251%2030.6086%2086.064%2028.8264%2086.064%2025.97ZM92.7593%2025.97C92.7593%2024.0159%2091.8638%2022.8625%2090.3579%2022.8625C88.852%2022.8625%2087.9565%2024.0247%2087.9565%2025.97C87.9565%2027.9319%2088.852%2029.0764%2090.3579%2029.0764C91.8638%2029.0764%2092.7593%2027.9319%2092.7593%2025.97H92.7593Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M96.1851%2021.4423H97.9575V22.9833H98.0005C98.1205%2022.502%2098.4024%2022.0766%2098.799%2021.7788C99.1956%2021.4809%2099.6826%2021.3286%20100.178%2021.3475C100.392%2021.3468%20100.606%2021.37%20100.815%2021.4169V23.1551C100.545%2023.0725%20100.263%2023.0346%2099.98%2023.0428C99.71%2023.0319%2099.4409%2023.0795%2099.191%2023.1824C98.9412%2023.2853%2098.7166%2023.441%2098.5326%2023.6389C98.3486%2023.8368%2098.2096%2024.0721%2098.1252%2024.3288C98.0408%2024.5855%2098.0129%2024.8574%2098.0435%2025.1258V30.496H96.1851L96.1851%2021.4423Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M109.383%2027.8372C109.133%2029.4807%20107.533%2030.6086%20105.485%2030.6086C102.851%2030.6086%20101.216%2028.844%20101.216%2026.0129C101.216%2023.1731%20102.86%2021.3313%20105.407%2021.3313C107.912%2021.3313%20109.487%2023.052%20109.487%2025.7971V26.4338H103.092V26.5461C103.063%2026.8793%20103.104%2027.215%20103.215%2027.5308C103.325%2027.8467%20103.501%2028.1355%20103.731%2028.378C103.962%2028.6206%20104.241%2028.8113%20104.551%2028.9376C104.86%2029.0639%20105.194%2029.1229%20105.528%2029.1106C105.967%2029.1517%20106.408%2029.05%20106.784%2028.8206C107.161%2028.5911%20107.454%2028.2462%20107.619%2027.8371L109.383%2027.8372ZM103.101%2025.135H107.627C107.644%2024.8354%20107.599%2024.5356%20107.494%2024.2544C107.389%2023.9732%20107.228%2023.7166%20107.019%2023.5009C106.811%2023.2851%20106.56%2023.1148%20106.282%2023.0006C106.005%2022.8863%20105.707%2022.8307%20105.407%2022.8372C105.104%2022.8354%20104.804%2022.8935%20104.524%2023.0082C104.244%2023.123%20103.989%2023.292%20103.775%2023.5057C103.561%2023.7193%20103.391%2023.9733%20103.275%2024.2529C103.159%2024.5326%20103.1%2024.8324%20103.101%2025.135V25.135Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M37.8262%208.7304C38.2158%208.70244%2038.6067%208.7613%2038.9709%208.90274C39.335%209.04417%2039.6632%209.26465%2039.9317%209.54828C40.2003%209.8319%2040.4026%2010.1716%2040.524%2010.5429C40.6454%2010.9141%2040.6829%2011.3077%2040.6338%2011.6952C40.6338%2013.6015%2039.6035%2014.6972%2037.8262%2014.6972H35.6709V8.7304H37.8262ZM36.5976%2013.8534H37.7226C38.0011%2013.87%2038.2797%2013.8244%2038.5382%2013.7198C38.7967%2013.6152%2039.0287%2013.4542%2039.2172%2013.2487C39.4057%2013.0431%2039.546%2012.7981%2039.6278%2012.5315C39.7097%2012.2648%2039.7311%2011.9833%2039.6904%2011.7074C39.7281%2011.4326%2039.7046%2011.1528%2039.6215%2010.8881C39.5383%2010.6235%2039.3977%2010.3805%2039.2096%2010.1765C39.0216%209.97261%2038.7907%209.8128%2038.5337%209.70856C38.2766%209.60433%2037.9996%209.55824%2037.7226%209.57361H36.5976V13.8534Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M41.6805%2012.4438C41.6521%2012.1479%2041.686%2011.8493%2041.7798%2011.5672C41.8737%2011.2852%2042.0254%2011.0258%2042.2254%2010.8059C42.4253%2010.5859%2042.669%2010.4101%2042.9409%2010.2898C43.2127%2010.1696%2043.5067%2010.1074%2043.804%2010.1074C44.1013%2010.1074%2044.3952%2010.1696%2044.6671%2010.2898C44.939%2010.4101%2045.1827%2010.5859%2045.3826%2010.8059C45.5825%2011.0258%2045.7343%2011.2852%2045.8281%2011.5672C45.922%2011.8493%2045.9558%2012.1479%2045.9275%2012.4438C45.9564%2012.74%2045.9229%2013.039%2045.8293%2013.3215C45.7357%2013.6041%2045.5841%2013.8639%2045.3841%2014.0843C45.1841%2014.3047%2044.9402%2014.4808%2044.6681%2014.6014C44.3959%2014.7219%2044.1016%2014.7842%2043.804%2014.7842C43.5064%2014.7842%2043.212%2014.7219%2042.9399%2014.6014C42.6678%2014.4808%2042.4239%2014.3047%2042.2239%2014.0843C42.0239%2013.8639%2041.8722%2013.6041%2041.7786%2013.3215C41.6851%2013.039%2041.6516%2012.74%2041.6805%2012.4438V12.4438ZM45.0135%2012.4438C45.0135%2011.4677%2044.575%2010.8969%2043.8055%2010.8969C43.033%2010.8969%2042.5985%2011.4677%2042.5985%2012.4438C42.5985%2013.4277%2043.033%2013.9941%2043.8055%2013.9941C44.575%2013.9941%2045.0135%2013.4238%2045.0135%2012.4438H45.0135Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M51.5732%2014.6973H50.6514L49.7207%2011.3809H49.6504L48.7236%2014.6973H47.8105L46.5693%2010.1943H47.4707L48.2773%2013.6303H48.3438L49.2695%2010.1943H50.1221L51.0479%2013.6303H51.1182L51.9209%2010.1943H52.8096L51.5732%2014.6973Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M53.8535%2010.1939H54.709V10.9092H54.7754C54.888%2010.6523%2055.0781%2010.4369%2055.3189%2010.2931C55.5598%2010.1493%2055.8395%2010.0842%2056.1191%2010.107C56.3382%2010.0905%2056.5582%2010.1235%2056.7628%2010.2036C56.9674%2010.2837%2057.1514%2010.4088%2057.3011%2010.5697C57.4508%2010.7305%2057.5623%2010.923%2057.6275%2011.1328C57.6927%2011.3426%2057.7099%2011.5644%2057.6777%2011.7818V14.6968H56.7891V12.0049C56.7891%2011.2813%2056.4746%2010.9214%2055.8174%2010.9214C55.6686%2010.9145%2055.5201%2010.9398%2055.3821%2010.9957C55.244%2011.0515%2055.1197%2011.1365%2055.0175%2011.2449C54.9154%2011.3533%2054.8379%2011.4825%2054.7904%2011.6236C54.7429%2011.7647%2054.7264%2011.9145%2054.7422%2012.0625V14.6968H53.8535L53.8535%2010.1939Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M59.0938%208.43652H59.9824V14.6973H59.0938V8.43652Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M61.2175%2012.4439C61.1893%2012.1479%2061.2231%2011.8494%2061.317%2011.5673C61.4109%2011.2852%2061.5626%2011.0259%2061.7626%2010.8059C61.9626%2010.5859%2062.2063%2010.4101%2062.4782%2010.2898C62.75%2010.1696%2063.044%2010.1074%2063.3413%2010.1074C63.6386%2010.1074%2063.9326%2010.1696%2064.2045%2010.2898C64.4764%2010.4101%2064.7201%2010.5859%2064.92%2010.8059C65.12%2011.0259%2065.2718%2011.2852%2065.3656%2011.5673C65.4595%2011.8494%2065.4934%2012.1479%2065.4651%2012.4439C65.4939%2012.7401%2065.4604%2013.0391%2065.3668%2013.3216C65.2732%2013.6042%2065.1215%2013.864%2064.9215%2014.0844C64.7215%2014.3048%2064.4776%2014.4809%2064.2054%2014.6014C63.9333%2014.722%2063.639%2014.7842%2063.3413%2014.7842C63.0437%2014.7842%2062.7493%2014.722%2062.4772%2014.6014C62.2051%2014.4809%2061.9612%2014.3048%2061.7612%2014.0844C61.5611%2013.864%2061.4095%2013.6042%2061.3158%2013.3216C61.2222%2013.0391%2061.1887%2012.7401%2061.2175%2012.4439V12.4439ZM64.5505%2012.4439C64.5505%2011.4678%2064.1121%2010.897%2063.3425%2010.897C62.5701%2010.897%2062.1355%2011.4678%2062.1355%2012.4439C62.1355%2013.4278%2062.5701%2013.9942%2063.3425%2013.9942C64.1121%2013.9942%2064.5505%2013.4239%2064.5505%2012.4439H64.5505Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M66.4009%2013.4238C66.4009%2012.6133%2067.0044%2012.146%2068.0757%2012.0796L69.2954%2012.0093V11.6206C69.2954%2011.145%2068.981%2010.8765%2068.3735%2010.8765C67.8774%2010.8765%2067.5337%2011.0586%2067.4351%2011.377H66.5747C66.6655%2010.6035%2067.3931%2010.1074%2068.4146%2010.1074C69.5435%2010.1074%2070.1802%2010.6694%2070.1802%2011.6206V14.6973H69.3247V14.0645H69.2544C69.1117%2014.2914%2068.9113%2014.4765%2068.6737%2014.6007C68.436%2014.7249%2068.1697%2014.7838%2067.9019%2014.7715C67.7128%2014.7911%2067.5218%2014.7709%2067.341%2014.7122C67.1602%2014.6536%2066.9938%2014.5576%2066.8524%2014.4307C66.711%2014.3037%2066.5977%2014.1485%2066.52%2013.9751C66.4422%2013.8017%2066.4016%2013.6139%2066.4009%2013.4238V13.4238ZM69.2954%2013.0391V12.6626L68.1958%2012.7329C67.5757%2012.7744%2067.2944%2012.9853%2067.2944%2013.3823C67.2944%2013.7876%2067.646%2014.0234%2068.1294%2014.0234C68.2711%2014.0378%2068.4142%2014.0235%2068.5502%2013.9814C68.6862%2013.9393%2068.8123%2013.8703%2068.9211%2013.7784C69.0299%2013.6866%2069.1191%2013.5738%2069.1834%2013.4468C69.2477%2013.3198%2069.2858%2013.1811%2069.2954%2013.0391V13.0391Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M71.3481%2012.4439C71.3481%2011.021%2072.0796%2010.1196%2073.2173%2010.1196C73.4987%2010.1067%2073.778%2010.1741%2074.0225%2010.314C74.267%2010.4539%2074.4667%2010.6605%2074.5981%2010.9096H74.6646V8.43652H75.5532V14.6973H74.7017V13.9858H74.6314C74.4897%2014.2333%2074.2831%2014.4374%2074.0339%2014.5758C73.7846%2014.7143%2073.5022%2014.782%2073.2173%2014.7715C72.0718%2014.7715%2071.3481%2013.8701%2071.3481%2012.4439ZM72.2661%2012.4439C72.2661%2013.3989%2072.7163%2013.9737%2073.4693%2013.9737C74.2183%2013.9737%2074.6812%2013.3907%2074.6812%2012.4478C74.6812%2011.5093%2074.2134%2010.918%2073.4693%2010.918C72.7212%2010.918%2072.2661%2011.4966%2072.2661%2012.4439H72.2661Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M79.2298%2012.4438C79.2015%2012.1479%2079.2353%2011.8493%2079.3292%2011.5672C79.423%2011.2852%2079.5748%2011.0258%2079.7747%2010.8059C79.9746%2010.5859%2080.2183%2010.4101%2080.4902%2010.2898C80.762%2010.1696%2081.056%2010.1074%2081.3533%2010.1074C81.6506%2010.1074%2081.9446%2010.1696%2082.2164%2010.2898C82.4883%2010.4101%2082.732%2010.5859%2082.9319%2010.8059C83.1319%2011.0258%2083.2836%2011.2852%2083.3775%2011.5672C83.4713%2011.8493%2083.5052%2012.1479%2083.4768%2012.4438C83.5057%2012.74%2083.4722%2013.039%2083.3786%2013.3215C83.2851%2013.6041%2083.1334%2013.8639%2082.9334%2014.0843C82.7334%2014.3047%2082.4895%2014.4808%2082.2174%2014.6014C81.9453%2014.7219%2081.6509%2014.7842%2081.3533%2014.7842C81.0557%2014.7842%2080.7613%2014.7219%2080.4892%2014.6014C80.2171%2014.4808%2079.9732%2014.3047%2079.7732%2014.0843C79.5732%2013.8639%2079.4216%2013.6041%2079.328%2013.3215C79.2344%2013.039%2079.2009%2012.74%2079.2298%2012.4438V12.4438ZM82.5628%2012.4438C82.5628%2011.4677%2082.1243%2010.8969%2081.3548%2010.8969C80.5823%2010.8969%2080.1478%2011.4677%2080.1478%2012.4438C80.1478%2013.4277%2080.5823%2013.9941%2081.3548%2013.9941C82.1243%2013.9941%2082.5628%2013.4238%2082.5628%2012.4438Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M84.6694%2010.1939H85.5249V10.9092H85.5913C85.704%2010.6523%2085.894%2010.4369%2086.1348%2010.2931C86.3757%2010.1493%2086.6555%2010.0842%2086.9351%2010.107C87.1542%2010.0905%2087.3742%2010.1235%2087.5788%2010.2036C87.7834%2010.2837%2087.9673%2010.4088%2088.117%2010.5697C88.2667%2010.7305%2088.3783%2010.923%2088.4435%2011.1328C88.5087%2011.3426%2088.5258%2011.5644%2088.4937%2011.7818V14.6968H87.605V12.0049C87.605%2011.2813%2087.2905%2010.9214%2086.6333%2010.9214C86.4846%2010.9145%2086.336%2010.9398%2086.198%2010.9957C86.0599%2011.0515%2085.9356%2011.1365%2085.8335%2011.2449C85.7313%2011.3533%2085.6539%2011.4825%2085.6063%2011.6236C85.5588%2011.7647%2085.5423%2011.9145%2085.5581%2012.0625V14.6968H84.6694V10.1939Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M93.5151%209.07324V10.2148H94.4907V10.9634H93.5151V13.2788C93.5151%2013.7505%2093.7095%2013.957%2094.1519%2013.957C94.2651%2013.9567%2094.3783%2013.9498%2094.4907%2013.9365V14.6768C94.3311%2014.7053%2094.1694%2014.7205%2094.0073%2014.7222C93.019%2014.7222%2092.6255%2014.3745%2092.6255%2013.5063V10.9633H91.9106V10.2148H92.6255V9.07324H93.5151Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M95.7046%208.43652H96.5854V10.918H96.6558C96.7739%2010.6587%2096.9691%2010.4421%2097.2148%2010.2977C97.4605%2010.1534%2097.7447%2010.0883%2098.0288%2010.1113C98.2467%2010.0995%2098.4646%2010.1359%2098.6669%2010.2179C98.8692%2010.2999%2099.0508%2010.4256%2099.199%2010.586C99.3471%2010.7463%2099.458%2010.9373%2099.5238%2011.1455C99.5896%2011.3536%2099.6086%2011.5737%2099.5795%2011.79V14.6973H98.69V12.0093C98.69%2011.29%2098.355%2010.9258%2097.7271%2010.9258C97.5743%2010.9132%2097.4207%2010.9342%2097.2769%2010.9873C97.1332%2011.0404%2097.0027%2011.1242%2096.8947%2011.2329C96.7867%2011.3417%2096.7038%2011.4727%2096.6517%2011.6168C96.5997%2011.761%2096.5797%2011.9147%2096.5933%2012.0674V14.6973H95.7046L95.7046%208.43652Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M104.761%2013.4815C104.641%2013.8931%20104.379%2014.249%20104.022%2014.4872C103.666%2014.7253%20103.237%2014.8305%20102.81%2014.7842C102.514%2014.7921%20102.219%2014.7353%20101.946%2014.6177C101.674%2014.5002%20101.43%2014.3248%20101.232%2014.1036C101.034%2013.8825%20100.887%2013.6209%20100.8%2013.3371C100.713%2013.0533%20100.69%2012.754%20100.73%2012.46C100.691%2012.1652%20100.715%2011.8652%20100.801%2011.5805C100.888%2011.2959%20101.035%2011.0331%20101.231%2010.81C101.428%2010.587%20101.671%2010.4088%20101.943%2010.2876C102.214%2010.1664%20102.509%2010.105%20102.806%2010.1075C104.059%2010.1075%20104.815%2010.9635%20104.815%2012.3775V12.6876H101.635V12.7374C101.621%2012.9026%20101.642%2013.069%20101.696%2013.2257C101.751%2013.3825%20101.837%2013.5262%20101.95%2013.6476C102.063%2013.7691%20102.2%2013.8656%20102.352%2013.931C102.504%2013.9964%20102.669%2014.0292%20102.835%2014.0274C103.047%2014.0529%20103.263%2014.0146%20103.453%2013.9174C103.644%2013.8202%20103.802%2013.6685%20103.906%2013.4815L104.761%2013.4815ZM101.635%2012.0303H103.91C103.921%2011.8792%20103.9%2011.7274%20103.85%2011.5847C103.799%2011.442%20103.718%2011.3115%20103.614%2011.2016C103.51%2011.0918%20103.383%2011.005%20103.243%2010.9468C103.103%2010.8886%20102.953%2010.8604%20102.801%2010.8638C102.648%2010.8619%20102.495%2010.8908%20102.353%2010.9487C102.21%2011.0067%20102.081%2011.0925%20101.972%2011.2012C101.864%2011.3099%20101.778%2011.4393%20101.72%2011.5817C101.662%2011.7241%20101.633%2011.8766%20101.635%2012.0303H101.635Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }

.pagination {
	gap: 8px; }

.page-link {
	color: var(--primary);
	background-color: var(--white);
	border: 0; }

.page-link:hover {
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary); }

.active > .page-link, .page-link.active {
	z-index: 3;
	color: var(--white);
	background-color: var(--primary);
	border-color: var(--primary); }

disabled > .page-link, .page-link.disabled {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color); }

.buttonGroup {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	padding-top: 1rem;
	width: 100%; }

@media (max-width: 767.98px) {
	.buttonGroup {
		gap: 1.2rem; }

	.cta {
		height: 44px;
		padding: 12px 20px;
		border-radius: 50px;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0.5px; }
	.cta.lg {
		font-size: 16px;
		height: 48px;
		padding: 16px 24px; } }
.page-item {
	display: flex; }
.page-item .page-link {
	display: flex;
	column-gap: 5px; }
.page-item .page-link svg {
	width: 18px; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.blogContain {
	padding: 0; }
.blogContain img {
	border-radius: 20px; }

.overlayImage {
	width: 100%;
	aspect-ratio: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 20px;
	overflow: hidden; }

.overlayTitle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%; }
.overlayTitle h1, .overlayTitle h2, .overlayTitle h3, .overlayTitle h4, .overlayTitle h5, .overlayTitle h6 {
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.42) 68.55%);
	padding: 1rem !important;
	min-height: 30%;
	max-height: 80%;
	height: 300px; }

.blogContent {
	display: flex;
	flex-flow: column;
	gap: 14px;
	margin-top: 14px; }
.blogContent h1, .blogContent h2, .blogContent h3, .blogContent h4, .blogContent h5, .blogContent h6 {
	margin: 0; }

article .textContent img {
	border-radius: 20px; }

.blogList img {
	border-radius: 20px; }
.blogList .listDetail {
	display: flex;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid var(--CoolGray-20, #DDE1E6);
	background: var(--white, #FFF);
	height: 100%;
	gap: 1rem; }
.blogList .overlayImage16x9 {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 100%; }

.textContent {
	gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0rem; }
.textContent h1, .textContent h2, .textContent h3, .textContent h4, .textContent h5, .textContent h6 {
	margin-top: 0rem;
	display: block;
	width: 100%; }
.textContent ul {
	list-style: disc;
	margin-block-start: 0em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
	width: 100%; }
.textContent p {
	display: block;
	width: 100%; }
.textContent blockquote {
	font-size: inherit;
	background-color: var(--coolGray-10);
	width: 100%;
	padding: 2rem;
	gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0;
	width: 100%; }
.textContent blockquote h1, .textContent blockquote h2, .textContent blockquote h3, .textContent blockquote h4, .textContent blockquote h5, .textContent blockquote h6 {
	margin-top: 0rem; }

.mostReadContain {
	background-color: var(--coolGray-10);
	border-radius: 20px;
	padding: 2rem 1rem; }
.mostReadContain h1, .mostReadContain h2, .mostReadContain h3, .mostReadContain h4, .mostReadContain h5, .mostReadContain h6 {
	margin: 0; }

.mostReadList {
	margin: 0 !important;
	padding: 0 !important; }
.mostReadList li {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 2rem 0;
	border-bottom: 1px solid var(--coolGray-20);
	position: relative; }
.mostReadList li h1, .mostReadList li h2, .mostReadList li h3, .mostReadList li h4, .mostReadList li h5, .mostReadList li h6 {
	margin: 0 !important; }
.mostReadList li img {
	max-width: 40%; }
.mostReadList li:last-child {
	border: 0;
	padding-bottom: 0; }

@media (max-width: 991.98px) {
	.overlayImage {
		aspect-ratio: 1.5 / 1; }

	.overlayTitle {
		justify-content: flex-start; }

	.mostReadList {
		display: flex;
		flex-wrap: wrap; }
	.mostReadList li {
		flex: 0 0 auto;
		width: calc(50% - 2rem);
		margin: 0 1rem; } }
@media (max-width: 767.98px) {
	.blogList .listDetail {
		align-items: center; } }
/*----------------------------------------------------*/
/*----------------------------------------------------*/
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1021; }
header .navbar .megamenu {
	padding: 1rem;
	border-radius: 0;
	border: 0;
	background: #f9f9f9;
	padding: 2rem 0;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
	transition: all .3s ease-out;
	z-index: 7;
	margin-top: 0px !important; }
header h1 {
	font-size: unset;
	line-height: normal; }
header .navbarTop {
	padding: 2rem;
	background-color: var(--white) !important;
	color: var(--coolGray-90);
	z-index: 9999; }
header .navbarTop .navbar-nav {
	column-gap: 10px; }
header .navbarTop .nav-item .nav-link {
	display: flex;
	padding: 12px 36px !important;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	color: var(--coolGray-90);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 20px */
	letter-spacing: 0.5px;
	border-radius: 50px;
	border: 2px solid var(--white); }
header .navbarTop .nav-item .nav-link:hover {
	background-color: var(--primary);
	color: var(--white);
	border: 2px solid var(--primary); }
header .navbarTop .nav-item.active .nav-link {
	background-color: var(--primary);
	color: var(--white);
	border: 2px solid var(--primary); }
header .navbarTop .rightNav {
	column-gap: 10px; }
header .navbarTop .rightNav .nav-item .nav-link.login {
	padding: 12px 16px !important;
	border: 2px solid transparent; }
header .navbarTop .rightNav .nav-item .nav-link.login:hover {
	background-color: var(--primary);
	color: var(--white);
	border: 2px solid var(--primary); }
header .navbarTop .rightNav .nav-item .nav-link.language {
	padding: 12px 0px !important; }
header .navbarTop .rightNav .nav-item .nav-link.language::before {
	content: "|";
	margin-right: 8px; }
header .navbarTop .rightNav .nav-item .nav-link.language:hover {
	background-color: transparent;
	color: var(--primary);
	border: 2px solid transparent; }
header .navbarTop .rightNav .nav-item .nav-link.register {
	padding: 12px 26px !important;
	padding-right: 22px !important;
	max-height: 44px;
	background-color: var(--primary);
	color: var(--white);
	border: 2px solid var(--primary); }
header .navbarTop .rightNav .nav-item .nav-link.register:hover {
	background-color: var(--white);
	color: var(--primary);
	border: 2px solid var(--primary); }
header .navbarTop .rightNav .nav-item .nav-link.register svg {
	width: 23px;
	stroke-width: 1.5;
	margin-left: 0.7rem; }
header .navbarSecond {
	background: #f9f9f9;
	padding: 0; }
header .navbarSecond .navbar-nav {
	column-gap: 0px; }
header .navbarSecond .nav-link {
	color: var(--coolGray-90);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
	position: relative;
	padding: 1.5rem !important; }
header .navbarSecond .nav-link::after {
	display: none; }
header .navbarSecond .nav-link.show::after {
	display: block;
	margin-left: 0;
	vertical-align: 0;
	content: "";
	border-top: 2px solid var(--coolGray-30);
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 8;
	width: 100%; }
header .navbarSecond .nav_cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 10px;
	-webkit-column-gap: 12px;
	column-gap: 20px;
	margin-bottom: 10px;
	transition: all 250ms ease-out; }
header .navbarSecond .nav_cards .navCard {
	height: auto; }
header .navbarSecond .nav_cards .navCard .cardLink {
	height: auto;
	min-height: 120px;
	display: flex;
	padding: 10px 18px;
	background-color: var(--primary);
	border-radius: 20px;
	color: var(--white);
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--primary);
	transition: all 250ms ease-out; }
header .navbarSecond .nav_cards .navCard .cardLink:hover {
	background-color: var(--white);
	color: var(--primary);
	border: 1px solid var(--primary); }
header .navbarSecond .nav_cards .navCard .cardLink:hover .card-info p {
	color: var(--primary); }
header .navbarSecond .nav_cards .navCard .cardLink:hover .card-info .card-title {
	color: var(--primary); }
header .navbarSecond .nav_cards .navCard .cardLink .card-info {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	visibility: visible;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: var(--white);
	gap: 8px; }
header .navbarSecond .nav_cards .navCard .cardLink .card-info p {
	color: var(--white);
	font-weight: 500; }
header .navbarSecond .nav_cards .navCard .cardLink .card-info .card-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2; }
header .navbarSecond .nav_cards .navCard .cardLink svg {
	width: 100%;
	margin-left: 2rem;
	max-width: 30px; }
header .navbarSecond .nav_cards .navCard .subLinks {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	gap: 10px; }
header .navbarSecond .nav_cards .navCard .subLinks li {
	display: block; }
header .navbarSecond .nav_cards .navCard .subLinks li a {
	color: var(--coolGray-90);
	display: flex;
	align-items: flex-start;
	column-gap: 5px;
	font-size: 14px; }
header .navbarSecond .nav_cards .navCard .subLinks li a:hover {
	color: var(--primary); }
header .navbarSecond .nav_cards .navCard .subLinks li a svg {
	width: 20px; }
header .offcanvas {
	padding-top: 116px;
	background: var(--white); }
header .mobileMenuTab {
	width: 100%;
	display: flex;
	border-color: var(--coolGray-20);
	justify-content: space-around;
	gap: 0; }
header .mobileMenuTab li {
	display: flex;
	flex: 0 0 auto;
	width: 50%;
	justify-content: center; }
header .mobileMenuTab li .nav-link {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: var(--coolGray-90) !important;
	border: 0;
	margin: 0;
	border-radius: 0;
	padding: 1rem 0.5rem; }
header .mobileMenuTab li .nav-link.active {
	color: var(--white) !important;
	background-color: var(--primary);
	border-color: transparent;
	border: 0; }
header .mobileMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: column; }
header .mobileMenu li {
	display: flex;
	border-bottom: 1px solid var(--coolGray-20);
	padding: 0;
	flex-direction: column;
	padding-right: 0; }
header .mobileMenu li a {
	display: flex;
	align-items: center;
	color: var(--coolGray-90);
	padding: 1.2rem 0;
	font-weight: 500;
	justify-content: space-between;
	width: 100%;
	padding-left: 1.2rem; }
header .mobileMenu li a svg {
	width: 24px;
	stroke-width: 1.5; }
header .mobileMenu li a.subMenuAngle {
	width: 68px;
	justify-content: center;
	align-items: center;
	padding: 1.2rem; }
header .mobileMenu li a.subMenuAngle svg {
	width: 24px;
	transform: rotate(-90deg) translate(0px, 0px);
	transition: transform .3s ease 0s; }
header .mobileMenu li a.subMenuAngle.collapsed svg {
	transform: rotate(90deg) translate(0px, 0px); }
header .mobileMenu li .wrap {
	display: flex;
	width: 100%; }
header .mobileMenu .collapse.show,
header .mobileMenu .collapsing {
	background: var(--coolGray-10); }
header .mobileMenu .collapse.show ul li,
header .mobileMenu .collapsing ul li {
	padding-left: 0.7rem; }
header .mobileMenu .collapse.show ul li a,
header .mobileMenu .collapsing ul li a {
	font-size: 14px;
	padding: 0.7rem 1rem;
	flex-direction: row-reverse;
	justify-content: flex-end; }
header .mobileMenu .collapse.show ul li a svg,
header .mobileMenu .collapsing ul li a svg {
	width: 18px; }
header .mobileMenu .collapse.show ul li ul,
header .mobileMenu .collapsing ul li ul {
	border-top: 1px solid var(--coolGray-20); }
header .mobileMenu .collapse.show ul li ul li:last-child,
header .mobileMenu .collapsing ul li ul li:last-child {
	border: 0; }
header .mobileMenu .collapse.show ul li ul li a,
header .mobileMenu .collapsing ul li ul li a {
	font-weight: 500;
	font-size: 13px;
	color: var(--coolGray-70); }
header .bottomFixedNav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--white); }
header .bottomFixedNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	border-top: 1px solid var(--coolGray-20); }
header .bottomFixedNav ul li {
	display: flex;
	flex: 0 0 auto;
	width: 50%;
	justify-content: center; }
header .bottomFixedNav ul li:first-child {
	border-right: 1px solid var(--coolGray-20); }
header .bottomFixedNav ul li a {
	display: flex;
	align-items: center;
	color: var(--coolGray-90);
	padding: 1.2rem;
	font-weight: 500;
	justify-content: center;
	width: 100%; }
header .bottomFixedNav ul li a:active {
	background-color: var(--coolGray-20); }
header .bottomFixedNav ul li a svg {
	width: 24px;
	stroke-width: 1.5;
	margin-left: 0.5rem; }
header .menuInlineContain {
	padding-bottom: 62px; }
header .languageButton {
	display: flex;
	color: var(--coolGray-60);
	border-radius: 50%;
	background-color: var(--white);
	border: 1px solid var(--coolGray-40);
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	margin: auto; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	header .navbar .has-megamenu {
		position: static !important; }
	header .navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0; } }
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
	header .navbar.fixed-top .navbar-collapse,
	header .navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px; }

	header .navbarSecond {
		display: none; }

	.navbarTop {
		-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16); }

	.navbar-toggler,
	.navbar-toggler:focus,
	.navbar-toggler:active {
		border: 0;
		box-shadow: none;
		outline: none; }
	.navbar-toggler svg,
	.navbar-toggler:focus svg,
	.navbar-toggler:active svg {
		width: 24px; }

	header .navbarTop {
		padding: 1.5rem; }

	header .container {
		width: 100%;
		max-width: 100%; } }
/* ============ mobile view .end// ============ */
@media (max-width: 1399.98px) {
	header .navbarSecond .nav_cards .navCard .cardLink {
		min-height: 140px; } }
.menu-button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: var(--white); }
.menu-button .bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 6px auto;
	background-color: var(--coolGray-90);
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.menu-button.closeButton .bar:nth-of-type(1) {
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg); }
.menu-button.closeButton .bar:nth-of-type(2) {
	opacity: 0;
	display: none; }
.menu-button.closeButton .bar:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	-ms-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg); }

.offcanvas.offcanvas-end {
	width: 100%; }

header.welcomeNav {
	position: fixed;
	width: 100%;
	background-color: transparent !important; }
header.welcomeNav .navbarTop {
	background-color: transparent !important; }
header.welcomeNav .brand-logo {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2481%) hue-rotate(295deg) brightness(113%) contrast(107%); }
header.welcomeNav .nav-item.active .nav-link {
	background-color: transparent;
	color: var(--white);
	border: 2px solid transparent; }
header.welcomeNav .nav-item .nav-link {
	background-color: transparent;
	color: var(--white);
	border: 2px solid transparent; }
header.welcomeNav .nav-item.active .nav-link:hover {
	background-color: var(--primary);
	color: var(--white);
	border: 2px solid var(--primary); }
header.welcomeNav .nav-item .nav-link.register:hover {
	background-color: transparent !important;
	color: var(--white) !important;
	border: 2px solid var(--white) !important; }
header.welcomeNav .nav-item .nav-link.language:hover {
	background-color: transparent;
	color: var(--coolGray-20) !important;
	border: 2px solid transparent; }

.has-megamenu:hover > .megamenu {
	display: block; }

header .navbarSecond .nav-item:first-child .nav-link {
	padding-left: 0 !important; }
header .navbarSecond .nav-item:first-child .nav-link::after {
	width: calc(100% + 1.5rem);
	left: -1.5rem; }

.has-megamenu:hover a.nav-link::after {
	display: block;
	margin-left: 0;
	vertical-align: 0;
	content: "";
	border-top: 2px solid var(--coolGray-30);
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 8;
	width: 100%; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
footer {
	display: flex;
	background-color: var(--footerDark);
	padding: 4rem 0;
	padding-bottom: 2rem;
	overflow: hidden;
	transition: all 250ms ease-out; }
footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: var(--white); }
footer .footerNav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
	gap: 5px; }
footer .footerNav li {
	display: block;
	text-align: left; }
footer .footerNav li a {
	color: var(--coolGray-40);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .0475rem;
	transition: all 250ms ease-out; }
footer .footerNav li a:hover {
	color: var(--white); }
footer .appDownload {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	margin-top: 1.5rem; }
footer .appDownload li {
	display: flex;
	align-items: center;
	justify-content: center; }
footer .phoneButton {
	font-size: 18px;
	color: var(--white);
	display: flex;
	gap: 5px;
	align-items: center; }
footer .phoneButton svg {
	height: 24px; }
footer h5 {
	color: var(--white);
	margin-bottom: 1rem;
	font-weight: 800; }
footer .footerNavBottom {
	list-style: none;
	margin: 2rem 0;
	padding: 2rem 1rem;
	display: flex;
	gap: 0px;
	border-top: 1px solid var(--coolGray-80);
	border-bottom: 1px solid var(--coolGray-80);
	justify-content: center; }
footer .footerNavBottom li {
	display: flex;
	align-items: center; }
footer .footerNavBottom li::after {
	content: "|";
	color: var(--coolGray-60);
	margin: 0 10px;
	height: 100%;
	background: var(--coolGray-60);
	width: 1px;
	content: ""; }
footer .footerNavBottom li:last-child::after {
	display: none; }
footer .footerNavBottom li a {
	font-size: 13px;
	color: var(--coolGray-60);
	transition: all 250ms ease-out;
	font-weight: 500;
	letter-spacing: .0315rem; }
footer .footerNavBottom li a:hover {
	color: var(--white); }
footer .copyright {
	color: var(--coolGray-60);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 22.4px */
	text-align: center; }

.socialNav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 5px; }
.socialNav li {
	display: flex;
	align-items: center;
	justify-content: center; }
.socialNav li a {
	background-color: var(--primary);
	color: var(--white);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 250ms ease-out; }
.socialNav li a svg {
	fill: var(--white);
	height: 14px; }
.socialNav li a:hover {
	background-color: var(--white); }
.socialNav li a:hover svg {
	fill: var(--primary); }
.socialNav.inlinePage {
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap; }
.socialNav.inlinePage a {
	width: 64px;
	height: 64px;
	border: 1px solid var(--primary); }
.socialNav.inlinePage a svg {
	height: 24px; }
.socialNav.inlinePage a:hover {
	border: 1px solid var(--primary); }

@media (max-width: 991px) {
	footer .footerNav li a {
		font-size: 13px;
		line-height: .8; }

	footer .phoneButton {
		font-size: 16px; }

	footer .footerNavBottom li a {
		text-align: center;
		line-height: 1; } }
@media (max-width: 767.98px) {
	footer .footerNavBottom {
		gap: 10px;
		text-align: center;
		justify-content: center;
		align-items: center;
		flex-flow: column; }

	footer .footerNavBottom li::after {
		display: none; }

	.socialNav.inlinePage a {
		width: 44px;
		height: 44px; }

	.socialNav.inlinePage a svg {
		height: 18px; } }
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block; }

/* Links
--------------------------------------------- */
a:hover,
a:active {
	outline: 0; }

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word; }

.bypostauthor {
	display: block; }

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em; }

.widget select {
	max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption .wp-caption-text {
	margin: 0.8075em 0; }

.wp-caption-text {
	text-align: center; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; }

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em; }

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em; }

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em; }

.align-left {
	text-align: left; }

.align-right {
	text-align: right; }

.align-center {
	text-align: center; }

.user_duty {
	margin-top: -15px; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.loginRegisterContain {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden; }
.loginRegisterContain .loginLogo {
	width: 228px;
	display: block;
	margin-bottom: 6rem; }
.loginRegisterContain .registerBox {
	display: flex;
	flex-direction: column;
	gap: 5px; }
.loginRegisterContain .registerBox a {
	color: var(--primary); }
.loginRegisterContain .verticalGap {
	gap: 40px;
	display: flex;
	flex-wrap: wrap; }
.loginRegisterContain .buttonGroup {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	padding-top: 0rem;
	width: 100%; }
.loginRegisterContain form a {
	color: var(--coolGray-50); }
.loginRegisterContain .loginRegisterFormWrapper {
	gap: 26px;
	display: flex;
	flex-direction: column; }
.loginRegisterContain .connectLogin {
	display: flex;
	flex-direction: column;
	margin-top: 2rem; }
.loginRegisterContain .connectLogin .connectText {
	display: flex;
	justify-content: space-between;
	align-items: center; }
.loginRegisterContain .connectLogin .connectText::before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--coolGray-20);
	display: block; }
.loginRegisterContain .connectLogin .connectText::after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--coolGray-20);
	display: block; }
.loginRegisterContain .connectLogin .connectText p {
	display: flex;
	min-width: 20%;
	text-align: center;
	justify-content: center;
	color: var(--coolGray-50); }
.loginRegisterContain .connectLogin svg {
	stroke-width: unset;
	stroke-linecap: unset;
	stroke-linejoin: unset;
	stroke: unset; }
.loginRegisterContain .connectLogin .connectButtons {
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin-top: 2rem; }
.loginRegisterContain .connectLogin .connectButtons a {
	border-radius: 20px;
	border: 1px solid var(--CoolGray-30, #C1C7CD);
	background: var(--White, #FFF);
	width: 80px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center; }

.blobs {
	background-image: linear-gradient(120deg, #60269E 0%, #b400ff 100%);
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	width: 50vw;
	height: 50vw;
	animation: morph 150s linear infinite;
	transform-style: preserve-3d;
	outline: 1px solid transparent;
	will-change: border-radius;
	position: absolute;
	left: -10vw;
	bottom: -5vw; }
.blobs::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
	will-change: border-radius, transform, opacity;
	animation-delay: 200ms;
	background-image: linear-gradient(120deg, #60269e 0%, rgba(0, 103, 255, 0.89) 100%); }
.blobs::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
	will-change: border-radius, transform, opacity;
	animation-delay: 200ms;
	background-image: linear-gradient(120deg, #60269e 0%, #60269e 100%); }
.blobs::before {
	animation: morph 145s linear infinite;
	opacity: .21;
	animation-duration: 54s; }
.blobs::after {
	animation: morph 10s linear infinite;
	animation-delay: 400ms;
	opacity: .89;
	content: "";
	line-height: 120px;
	text-indent: -21px; }

@keyframes morph {
	0%,100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
	50% {
		opacity: .89;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
	67% {
		border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@keyframes fadeIn {
	100% {
		transform: scale(1.01);
		opacity: 0; } }
.blobs {
	background-image: linear-gradient(120deg, #ffffff 0%, #d4d4d4 100%);
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	left: -15vw;
	bottom: -15vw; }
.blobs::before {
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
	background-image: linear-gradient(120deg, #e6e6e6 0%, #e8e8e8 100%); }
.blobs::after {
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
	background-image: linear-gradient(120deg, #e9e9e9 0%, #B8DDE3 100%); }

.blur {
	background: rgba(96, 38, 158, 0.2);
	border-radius: 100%;
	width: 354px;
	height: 354px;
	filter: blur(100px);
	position: absolute;
	left: 10vw;
	top: -5vw;
	z-index: 0; }

.blur2 {
	background: rgba(96, 38, 158, 0.2);
	border-radius: 100%;
	width: 354px;
	height: 354px;
	filter: blur(100px);
	position: absolute;
	right: 0vw;
	bottom: 0vw;
	z-index: 0; }

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*snippet */
.snippet {
	display: block; }

.threeColsIcon .icon {
	color: var(--primary);
	width: 24px;
	margin-right: 0.7rem; }
.threeColsIcon p {
	text-align: left; }

/*snippet*/
/*content section 4 column icons*/
.iconBoxfourColumn {
	display: flex;
	flex-direction: column;
	align-items: center; }
.iconBoxfourColumn .icon {
	font-size: 60px;
	color: var(--primary); }
.iconBoxfourColumn .icon svg {
	height: 60px;
	color: var(--primary); }

/*content section 4 column cards*/
.fourColumnSlideCards .swiper-wrapper {
	padding-bottom: 1.5rem; }
.fourColumnSlideCards .swiper-slide {
	height: auto; }

.card {
	height: 100%;
	overflow: hidden; }
.card img {
	aspect-ratio: 16 / 9;
	border-radius: 0; }
.card .card-body {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	text-align: left;
	align-items: stretch; }
.card .card-body p {
	text-align: left; }
.card .card-body .cta {
	margin-top: auto; }

/*content section 4 column cards*/
/* content section five column logos */
.fiveColumnSlideLogos .swiper-slide img {
	aspect-ratio: 16 / 9; }

/* content section five column logos */
/* content section 2 column, 2 row icons */
.twoColumnIconsContain .icon {
	color: var(--primary);
	margin-bottom: 1.5rem; }
.twoColumnIconsContain .icon svg {
	width: 96px; }

@media (max-width: 767.98px) {
	.twoColumnIconsContain .icon {
		color: var(--primary);
		margin-bottom: 1rem; }
	.twoColumnIconsContain .icon svg {
		width: 72px; } }
/* content section 2 column, 2 row icons */
/* content section download app */
.downloadAppContain .buttonGroup {
	align-items: center; }
.downloadAppContain .qrCode {
	max-width: 140px; }
.downloadAppContain .sipayCard {
	position: absolute;
	width: 60%;
	bottom: 0;
	left: -36%;
	transform: rotate(-35deg) translate(0px, 0px); }

@media (max-width: 991.98px) {
	.downloadAppContain .verticalGap {
		gap: 12px; } }
/* content section download app */
/* mobile phone */
.phoneContain {
	position: relative;
	aspect-ratio: 9 / 18.3;
	overflow: hidden; }
.phoneContain .phone {
	position: relative;
	z-index: 2; }
.phoneContain .phone .phoneBg {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1; }
.phoneContain .phone .phoneCamBg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2; }
.phoneContain .phoneContent {
	z-index: 1;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 2%;
	border-radius: 30px;
	overflow: hidden; }

@media (max-width: 767.98px) {
	.phoneContain .phoneContent {
		border-radius: 15px; } }
/* mobile phone */
/* content section accordion */
.accordionContain .accordion-button {
	color: var(--coolGray-90);
	font-weight: 700;
	font-size: 20px;
	border: 0;
	outline: none;
	box-shadow: none; }
.accordionContain .accordion-item {
	border-radius: 24px !important;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid var(--coolGray-20) !important; }
.accordionContain .accordion-item:first-of-type .accordion-button,
.accordionContain .accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	box-shadow: none; }
.accordionContain .accordion-button:not(.collapsed) {
	border-radius: 0;
	background: var(--white);
	border: 0;
	box-shadow: none; }
.accordionContain p, .accordionContain h1, .accordionContain h2, .accordionContain h3, .accordionContain h4, .accordionContain h5, .accordionContain h6, .accordionContain ul, .accordionContain li, .accordionContain span {
	text-align: left; }
.accordionContain ul {
	list-style: disc;
	margin-left: 2rem; }
.accordionContain .accordion-body {
	gap: 1rem;
	display: flex;
	flex-direction: column; }
.accordionContain .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20class=%22icon%20icon-tabler%20icon-tabler-plus%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20stroke-width=%222%22%20stroke=%22currentColor%22%20fill=%22none%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M12%205l0%2014%22%20/%3E%3Cpath%20d=%22M5%2012l14%200%22%20/%3E%3C/svg%3E"); }
.accordionContain .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20class=%22icon%20icon-tabler%20icon-tabler-minus%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20stroke-width=%222%22%20stroke=%22currentColor%22%20fill=%22none%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M5%2012l14%200%22%20/%3E%3C/svg%3E"); }

/* content section accordion */
/* content section advantages */
.advantagesContain ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem; }
.advantagesContain ul li {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	border-radius: 15px;
	background: var(--white);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	text-align: left;
	justify-content: flex-start;
	padding: 20px 26px;
	gap: 10px; }
.advantagesContain ul li .inlineText {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px; }
.advantagesContain ul li::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222%22%20stroke%3D%22%2360269E%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M15%2016l4%20-4%22%20%2F%3E%3Cpath%20d%3D%22M15%208l4%204%22%20%2F%3E%3C%2Fsvg%3E");
	min-width: 50px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--white);
	border-radius: 50px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	margin-right: 1rem;
	color: #fff;
	fill: #fff;
	stroke-width: 2px;
	background-size: 60%; }

/* content section advantages */
/* content section full background */
.fullBg {
	opacity: 0.2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1; }
.fullBg img {
	width: 100%; }

/* content section full background */
/* content section full background */
.oneColumnBackgroundContain {
	background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201440%20737%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%20736.683C0%20736.683%20308.277%20638.338%20508.292%20635.378C708.306%20632.417%20812.106%20712.307%20987.909%20692.045C1163.71%20671.784%201441%20557.167%201441%20557.167V0H0V736.683Z%22%20fill%3D%22%2360269E%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	color: var(--white);
	background-size: cover;
	background-position: center -15rem;
	padding-top: 8rem;
	padding-bottom: 8rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1; }

.oneColumnBackgroundContainInline h1,
.oneColumnBackgroundContainInline h2,
.oneColumnBackgroundContainInline h3,
.oneColumnBackgroundContainInline h4,
.oneColumnBackgroundContainInline h5,
.oneColumnBackgroundContainInline h6,
.oneColumnBackgroundContainInline p {
	color: var(--white); }
.oneColumnBackgroundContainInline .cta.primary {
	border: 2px solid var(--white);
	background-color: var(--white);
	color: var(--primary); }
.oneColumnBackgroundContainInline .cta.primary:hover {
	border: 2px solid var(--white);
	background-color: transparent;
	color: var(--white); }
.oneColumnBackgroundContainInline .cta.secondary {
	border: 2px solid var(--white);
	background-color: transparent;
	color: var(--white); }
.oneColumnBackgroundContainInline .cta.secondary:hover {
	border: 2px solid var(--white);
	background-color: var(--white);
	color: var(--primary); }

@media (max-width: 767.98px) {
	.oneColumnBackgroundContain {
		background-position: center -5rem;
		padding-top: 5rem;
		padding-bottom: 5rem; } }
/* content section full background */
/* content section 2 column, icons, image */
.twoColumnIconsImageContain .icon {
	width: 66px;
	background-color: var(--primary);
	border-radius: 50%;
	color: var(--white);
	padding: 14px; }
.twoColumnIconsImageContain .verticalGap {
	gap: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column; }
.twoColumnIconsImageContain h4,
.twoColumnIconsImageContain p {
	color: var(--primary); }

@media (max-width: 767.98px) {
	.twoColumnIconsImageContain .verticalGap {
		gap: 16px;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: center;
		align-items: center; } }
/* content section 2 column, icons, image */
/* content section 2 column, 2 row title icons */
.twoColumnTitleIconsContain .icon {
	max-width: 34px;
	min-width: 34px;
	color: var(--coolGray-90);
	margin-right: 0.6rem;
	align-self: flex-start; }
.twoColumnTitleIconsContain .icon svg {
	stroke-width: 1.5; }
.twoColumnTitleIconsContain .verticalGap {
	gap: 12px; }
.twoColumnTitleIconsContain .verticalGap h1,
.twoColumnTitleIconsContain .verticalGap h2,
.twoColumnTitleIconsContain .verticalGap h3,
.twoColumnTitleIconsContain .verticalGap h4,
.twoColumnTitleIconsContain .verticalGap h5,
.twoColumnTitleIconsContain .verticalGap h6 {
	color: var(--coolGray-90); }

@media (max-width: 767.98px) {
	.twoColumnTitleIconsContain .verticalGap {
		gap: 12px;
		justify-content: flex-start;
		text-align: left; } }
/* content section 2 column, 2 row title icons */
/* content section horizontal 3 column short */
.threeColumnShortContain.verticalGap {
	gap: 12px; }
.threeColumnShortContain.verticalGap .cta.link {
	padding: 16px 0px; }

@media (max-width: 767.98px) {
	.threeColumnShortContain .verticalGap {
		gap: 12px;
		flex-direction: column;
		align-items: flex-start; }

	.threeColumnShortContain p {
		text-align: left; } }
/* content section horizontal 3 column short */
/* content section advantages list */
.advantagesListContain ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem; }
.advantagesListContain ul li {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	border-radius: 15px;
	background: var(--white);
	text-align: left;
	justify-content: flex-start;
	padding: 10px 26px;
	gap: 10px; }
.advantagesListContain ul li .inlineText {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px; }
.advantagesListContain ul li::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222%22%20stroke%3D%22%2360269E%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M15%2016l4%20-4%22%20%2F%3E%3Cpath%20d%3D%22M15%208l4%204%22%20%2F%3E%3C%2Fsvg%3E");
	min-width: 50px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--white);
	border-radius: 50px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	margin-right: 1rem;
	color: #fff;
	fill: #fff;
	stroke-width: 2px;
	background-size: 60%; }

/* content section advantages list */
/* content section slider horizontal 2 column logo text box slider */
.logoTextBoxContain .contentBox {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
	border: 1px solid var(--coolGray-20);
	background: var(--white); }
.logoTextBoxContain .logo {
	max-width: 200px;
	min-height: 120px;
	display: flex;
	align-items: center; }
.logoTextBoxContain .twoColumnSlideLogosTextBox {
	padding: 3rem 3rem; }
.logoTextBoxContain .swiper-pagination {
	position: absolute;
	margin-top: 20px;
	transform: none !important;
	width: 100% !important;
	bottom: 0px !important;
	left: 0 !important; }
.logoTextBoxContain .swiper-button-next,
.logoTextBoxContain .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
	height: 100%;
	top: 0;
	background: var(--white);
	margin: 0; }
.logoTextBoxContain .swiper-button-prev,
.logoTextBoxContain .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
	height: 100%;
	top: 0;
	margin: 0;
	background: var(--white); }
.logoTextBoxContain .swiper-button-next:after,
.logoTextBoxContain .swiper-button-prev:after {
	font-size: 28px; }
.logoTextBoxContain .swiper-button-next,
.logoTextBoxContain .swiper-button-prev {
	color: var(--primary); }

@media (max-width: 767.98px) {
	.logoTextBoxContain .twoColumnSlideLogosTextBox {
		padding: 3rem 0rem; }
	.logoTextBoxContain .swiper-button-next,
	.logoTextBoxContain .swiper-button-prev {
		display: none; } }
/* content section slider horizontal 2 column logo text box slider */
/* content section vertical mobile slider */
.verticalMobileSlideContain .verticalMobileSlider {
	overflow: hidden; }
.verticalMobileSlideContain .mobileSlideBox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	text-align: left; }
.verticalMobileSlideContain .mobileSlideBox .phoneContain {
	width: 260px; }
.verticalMobileSlideContain .phone {
	position: absolute;
	aspect-ratio: 9 / 18.3;
	overflow: hidden;
	width: 260px;
	z-index: 2; }

/* content section vertical mobile slider */
.verticalPhoneContent {
	min-height: 80vh;
	display: flex;
	align-items: flex-start;
	overflow: visible; }
.verticalPhoneContent .scrollContent {
	height: 100%; }
.verticalPhoneContent .scrollContain {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 0px; }
.verticalPhoneContent .phoneContain {
	position: -webkit-sticky;
	position: sticky;
	top: calc(50% - 220px); }
.verticalPhoneContent .mobileTextContain {
	min-height: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
	margin-bottom: 10rem; }
.verticalPhoneContent .mobileTextContain:last-child {
	margin-bottom: 0; }

@media (max-width: 991.98px) {
	.verticalPhoneContent .mobileTextContain {
		min-height: 500px; } }
@media (max-width: 575.98px) {
	.verticalPhoneContent .mobileTextContain {
		min-height: 100%;
		gap: 30px;
		margin-bottom: 4rem; }

	.verticalPhoneContent .scrollContent {
		height: auto; } }
/* content section vertical mobile slider */
/* content section three column slider */
.threeColumnSliderContain .threeColumnSlider {
	padding: 50px 40px; }
.threeColumnSliderContain .swiper-button-next,
.threeColumnSliderContain .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
	height: 100%;
	top: 0;
	margin: 0; }
.threeColumnSliderContain .swiper-button-prev,
.threeColumnSliderContain .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
	height: 100%;
	top: 0;
	margin: 0; }
.threeColumnSliderContain .swiper-button-next:after,
.threeColumnSliderContain .swiper-button-prev:after {
	font-size: 28px; }
.threeColumnSliderContain .swiper-button-next,
.threeColumnSliderContain .swiper-button-prev {
	color: var(--primary); }
.threeColumnSliderContain .logoShadow {
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 20px; }
.threeColumnSliderContain .swiper-pagination {
	position: absolute;
	margin-top: 20px;
	transform: none !important;
	width: 100% !important;
	left: 0 !important;
	bottom: 0px; }

.threeColumnSlide .iconBoxfourColumn {
	padding: 0 1rem; }

@media (max-width: 767.98px) {
	.threeColumnSliderContain .threeColumnSlider {
		padding: 0; }
	.threeColumnSliderContain .swiper-button-next,
	.threeColumnSliderContain .swiper-button-prev {
		display: none; }
	.threeColumnSliderContain .swiper-pagination {
		position: static;
		margin-top: 20px;
		transform: none !important;
		width: 100% !important;
		left: 0 !important;
		bottom: -10px; } }
/* content section three column slider */
/* home hero */
.heroContainWelcome {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	--bs-aspect-ratio: 56.25%; }
.heroContainWelcome .welcomeBg {
	position: relative;
	left: 0;
	top: 0;
	--bs-aspect-ratio: 56.25%;
	width: 100%;
	height: 100%; }
.heroContainWelcome .welcomeBg img {
	width: 100%; }
.heroContainWelcome .welcomePeople {
	position: absolute;
	z-index: 2;
	bottom: 0;
	--bs-aspect-ratio: 56.25%;
	bottom: 1px;
	left: 30%;
	transform: translate(-50%, 0%);
	width: 50%; }
.heroContainWelcome .welcomePeople img {
	width: 100%; }
.heroContainWelcome .bireyselWelcome {
	position: absolute;
	left: 10%;
	top: 20%;
	max-width: 30%;
	display: flex;
	flex-flow: column;
	gap: 0.5rem;
	z-index: 3;
	text-align: left; }
.heroContainWelcome .bireyselWelcome h2 {
	color: var(--white);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 115%;
	letter-spacing: -0.88px;
	text-transform: uppercase; }
.heroContainWelcome .bireyselWelcome .cta.secondary {
	border: 2px solid var(--white);
	background-color: transparent;
	color: var(--white); }
.heroContainWelcome .bireyselWelcome .cta.secondary:hover {
	border: 2px solid var(--primary);
	background-color: var(--primary);
	color: var(--white); }
.heroContainWelcome .kurumsalWelcome {
	position: absolute;
	right: 10%;
	top: 20%;
	max-width: 30%;
	display: flex;
	flex-flow: column;
	gap: 0.5rem;
	z-index: 3;
	text-align: right; }
.heroContainWelcome .kurumsalWelcome h2 {
	color: var(--white);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: 115%;
	letter-spacing: -0.88px;
	text-transform: uppercase; }
.heroContainWelcome .kurumsalWelcome .buttonGroup {
	justify-content: flex-end; }
.heroContainWelcome .kurumsalWelcome .cta.secondary {
	border: 2px solid var(--white);
	background-color: transparent;
	color: var(--white); }
.heroContainWelcome .kurumsalWelcome .cta.secondary:hover {
	border: 2px solid var(--primary);
	background-color: var(--primary);
	color: var(--white); }

@media (max-width: 1199.98px) {
	.heroContainWelcome .bireyselWelcome h2, .heroContainWelcome .kurumsalWelcome h2 {
		font-size: 32px; }

	.heroContainWelcome .welcomePeople {
		transform: translate(-10%, 0%); } }
@media (max-width: 991.98px) {
	.heroContainWelcome .bireyselWelcome h2, .heroContainWelcome .kurumsalWelcome h2 {
		font-size: 24px; }

	.heroContainWelcome .welcomeBg {
		aspect-ratio: 9 / 10; }

	.heroContainWelcome {
		aspect-ratio: 9 / 10; }

	.heroContainWelcome .welcomeBg img {
		width: auto;
		height: 100%;
		transform: translate(-24%, 0%); }

	.heroContainWelcome .welcomePeople {
		transform: translate(-20%, 0%);
		width: 70%; }

	.heroContainWelcome .bireyselWelcome {
		left: 5%;
		top: 15%;
		max-width: 40%; }

	.heroContainWelcome .kurumsalWelcome {
		right: 5%;
		top: 15%;
		max-width: 40%; } }
@media (max-width: 767.98px) {
	.heroContainWelcome {
		aspect-ratio: 9 / 21 auto; }

	.heroContainWelcome .welcomeBg {
		aspect-ratio: 9 / 21 auto; }

	.heroContainWelcome .welcomeBg img {
		width: auto;
		object-fit: cover;
		height: 100%;
		transform: translate(-40%, 0%); }

	.heroContainWelcome .welcomePeople {
		transform: translate(-30%, 0%);
		width: 130%; }

	.heroContainWelcome .bireyselWelcome {
		left: 5%;
		max-width: 90%;
		gap: 0.5rem;
		text-align: left;
		top: 13%; }

	.heroContainWelcome .bireyselWelcome h2, .heroContainWelcome .kurumsalWelcome h2 {
		font-size: 22px;
		line-height: 120%; }

	.heroContainWelcome .kurumsalWelcome {
		right: 5%;
		max-width: 90%;
		gap: 0.5rem;
		text-align: left;
		top: 38%; }

	.heroContainWelcome .kurumsalWelcome .buttonGroup {
		justify-content: flex-start;
		padding-top: 0.5rem; } }
/* home hero */
/* hero slide */
.heroSlide {
	clip-path: polygon(100% 0, 100% 91%, 82% 100%, 0 91%, 0 0);
	width: 100%;
	height: calc(100vh - 200px);
	min-height: 720px;
	max-height: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem; }
.heroSlide .swiper-pagination {
	position: absolute;
	margin-top: 0;
	transform: none !important;
	width: 100% !important;
	bottom: 4rem !important;
	z-index: 1;
	left: 0 !important; }
.heroSlide .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--white, #fff);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
	border: 1px solid var(--primary30); }
.heroSlide .swiper-pagination-bullet-active {
	transform: scale(1);
	background: var(--primary) !important;
	opacity: 1; }
.heroSlide .blobs {
	background-image: linear-gradient(120deg, #60269E 0%, #b400ff 100%);
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	width: 40vw;
	height: 40vw;
	animation: morph 150s linear infinite;
	transform-style: preserve-3d;
	outline: 1px solid transparent;
	will-change: border-radius;
	position: absolute;
	left: -10vw;
	bottom: -5vw; }
.heroSlide .blobs::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
	will-change: border-radius, transform, opacity;
	animation-delay: 200ms;
	background-image: linear-gradient(120deg, #60269e 0%, rgba(0, 103, 255, 0.89) 100%); }
.heroSlide .blobs::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
	will-change: border-radius, transform, opacity;
	animation-delay: 200ms;
	background-image: linear-gradient(120deg, #60269e 0%, #60269e 100%); }
.heroSlide .blobs::before {
	animation: morph 145s linear infinite;
	opacity: .21;
	animation-duration: 54s; }
.heroSlide .blobs::after {
	animation: morph 10s linear infinite;
	animation-delay: 400ms;
	opacity: .89;
	content: "";
	line-height: 120px;
	text-indent: -21px; }
@keyframes morph {
	0%,100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
	50% {
		opacity: .89;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
	67% {
		border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@keyframes fadeIn {
	100% {
		transform: scale(1.01);
		opacity: 0; } }
.heroSlide .bgPrimary {
	background: #60269e;
	background: -webkit-linear-gradient(210deg, #60269e 11%, #873dff 100%);
	background: -o-linear-gradient(210deg, #60269e 11%, #873dff 100%);
	background: linear-gradient(210deg, #60269e 11%, #873dff 100%);
	overflow: hidden; }
.heroSlide .bgPrimary h1, .heroSlide .bgPrimary h2, .heroSlide .bgPrimary h3, .heroSlide .bgPrimary h4, .heroSlide .bgPrimary h5, .heroSlide .bgPrimary h6, .heroSlide .bgPrimary p {
	color: var(--white); }
.heroSlide .bgPrimary .cta.secondary {
	border: 2px solid var(--white);
	background-color: transparent;
	color: var(--white); }
.heroSlide .bgPrimary .cta.secondary:hover {
	border: 2px solid var(--white);
	background-color: var(--white);
	color: var(--primary); }
	.heroSlide .bgSecondary {
		overflow: hidden;
		background: #F1F2F2;
		background: -webkit-linear-gradient(bottom, #F1F2F2 0%, #CFCFCF 100%);
		background: -o-linear-gradient(bottom, #F1F2F2 0%, #CFCFCF 100%);
		background: linear-gradient(to top, #F1F2F2 0%, #CFCFCF 100%); }
		.heroSlide .bgSecondary h1, .heroSlide .bgSecondary h2, .heroSlide .bgSecondary h3, .heroSlide .bgSecondary h4, .heroSlide .bgSecondary h5, .heroSlide .bgSecondary h6, .heroSlide .bgSecondary p {
		  color: var(--coolGray-90); }
		.heroSlide .bgSecondary .cta.secondary {
		  border: 2px solid var(--primary);
		  background-color: transparent;
		  color: var(--primary); }
		  .heroSlide .bgSecondary .cta.secondary:hover {
			border: 2px solid var(--primary);
			background-color: var(--primary);
			color: var(--white); }
	
			.heroSlide .bgSecondary .cta.secondary.red {
			  border: 2px solid var(--crimson);
			  background-color: transparent;
			  color: var(--crimson); }
			  .heroSlide .bgSecondary .cta.secondary.red:hover {
				border: 2px solid var(--crimson);
				background-color: var(--crimson);
				color: var(--white); }
	
		.heroSlide .bgSecondary .blobs {
		  background-image: linear-gradient(120deg, var(--brightAqua) 0%, var(--brightAqua) 100%);
		  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		  right: -10vw;
		  left: auto; }
		  .heroSlide .bgSecondary .blobs::before {
			border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
			box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
			background-image: linear-gradient(120deg, var(--brightAqua) 0%, var(--brightAqua) 100%); }
		  .heroSlide .bgSecondary .blobs::after {
			border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
			box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
			background-image: linear-gradient(120deg,  var(--brightAqua) 0%,  var(--brightAqua) 100%); }
	  .heroSlide .bgPurpleLight {
		overflow: hidden;
		background: var(--violetPink);
		background: -webkit-linear-gradient(bottom, var(--violetPink) 0%, var(--violetBlue) 100%);
		background: -o-linear-gradient(bottom, var(--violetPink) 0%, var(--violetBlue) 100%);
		background: linear-gradient(210deg, var(--violetPink) 0%, var(--violetBlue) 100%); }
		.heroSlide .bgPurpleLight h1, .heroSlide .bgPurpleLight h2, .heroSlide .bgPurpleLight h3, .heroSlide .bgPurpleLight h4, .heroSlide .bgPurpleLight h5, .heroSlide .bgPurpleLight h6, .heroSlide .bgPurpleLight p {
		  color: var(--white); }
		.heroSlide .bgPurpleLight .cta.secondary {
		  border: 2px solid var(--white);
		  background-color: transparent;
		  color: var(--white); }
		  .heroSlide .bgPurpleLight .cta.secondary:hover {
			border: 2px solid var(--white);
			background-color: var(--white);
			color: var(--primary); }
		.heroSlide .bgPurpleLight .blobs {
		  background-image: linear-gradient(120deg, var(--violetPink) 0%, var(--brightMagenta) 100%);
		  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		  right: -6vw;
		  left: auto;
		  bottom: auto;
		  top: -5vw; }
		  .heroSlide .bgPurpleLight .blobs::before {
			border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
			box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
			background-image: linear-gradient(120deg, var(--violetPink) 0%, var(--brightMagenta) 100%); }
		  .heroSlide .bgPurpleLight .blobs::after {
			border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
			box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
			background-image: linear-gradient(120deg, var(--violetPink) 0%, var(--brightMagenta) 100%); }
	  .heroSlide .swiper-button-next, .heroSlide .swiper-button-prev {
		color: var(--white); }
	  .heroSlide .swiper-button-next:after, .heroSlide .swiper-button-prev:after {
		font-size: 26px; }

@media (max-width: 991.98px) {
	.heroSlide {
		height: 720px;
		min-height: 720px; } }
@media (max-width: 767.98px) {
	.heroSlide {
		clip-path: polygon(100% 0, 100% 96%, 79% 100%, 0 95%, 0 0);
		min-height: calc(100vh - 100px);
		height: 100%;
		max-height: 100%; }
	.heroSlide .bgPrimary, .heroSlide .bgSecondary, .heroSlide .bgPurpleLight {
		padding: 3rem 1rem;
		min-height: 100%;
		height: auto;
		max-height: 100%;
		flex: 0 0 auto;
		width: 100% !important;
		position: relative;
		display: block; }
	.heroSlide .bgPrimary .container, .heroSlide .bgSecondary .container, .heroSlide .bgPurpleLight .container {
		min-height: calc(80vh - 100px); }
	.heroSlide .bgPrimary .container .row, .heroSlide .bgSecondary .container .row, .heroSlide .bgPurpleLight .container .row {
		min-height: calc(80vh - 100px);
		align-items: flex-start !important;
		gap: 0rem; }
	.heroSlide .swiper-pagination {
		bottom: 2rem !important; }

	.heroSlide .blobs {
		width: 80vw;
		height: 80vw; } }
/* hero slide */
/* horizontalSliderContain */
.horizontalSliderContain .horizontalSlider {
	overflow: visible; }
.horizontalSliderContain .horizontalSlider .swiper-pagination {
	height: 100%;
	position: absolute;
	left: -100% !important;
	transform: none !important;
	width: 100% !important;
	top: 0 !important;
	background: #fff;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding-top: 80px; }
.horizontalSliderContain .horizontalSlider .swiper-pagination span {
	max-width: 330px;
	width: 100%;
	display: block;
	background: transparent;
	text-align: left;
	font-size: 16px;
	height: auto;
	font-weight: 500;
	letter-spacing: .0375rem;
	padding: .2rem 3rem;
	padding-right: 1rem; }
.horizontalSliderContain .horizontalSlider .swiper-pagination span.swiper-pagination-bullet {
	opacity: 1;
	color: var(--coolGray-50); }
.horizontalSliderContain .horizontalSlider .swiper-pagination span.swiper-pagination-bullet:focus-visible {
	border: 0;
	outline: none; }
.horizontalSliderContain .horizontalSlider .swiper-pagination span.swiper-pagination-bullet-active {
	color: var(--primary);
	opacity: 1; }
.horizontalSliderContain .horizontalSlider .swiper-button-prev, .horizontalSliderContain .horizontalSlider .swiper-button-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 12px; }
.horizontalSliderContain .horizontalSlider .swiper-button-prev svg, .horizontalSliderContain .horizontalSlider .swiper-button-next svg {
	width: 50px;
	color: var(--coolGray-90); }
.horizontalSliderContain .horizontalSlider .swiper-button-prev::after, .horizontalSliderContain .horizontalSlider .swiper-button-next::after {
	display: none; }
.horizontalSliderContain .horizontalSlider .swiper-button-prev {
	left: calc(-25% - 50px); }
.horizontalSliderContain .horizontalSlider .swiper-button-next {
	right: auto;
	left: calc(-25% - 0px); }
.horizontalSliderContain .horizontalSlider img {
	border-radius: 20px;
	aspect-ratio: 3 / 3.48;
	height: auto; }

@media (max-width: 1399.98px) {
	.horizontalSliderContain .horizontalSlider .swiper-button-next {
		right: auto;
		left: calc(-25% - 30px); }

	.horizontalSliderContain .horizontalSlider .swiper-button-prev {
		left: calc(-25% - 80px); } }
@media (max-width: 1199.98px) {
	.horizontalSliderContain .horizontalSlider .swiper-button-next {
		right: auto;
		left: calc(-25% - 60px); }

	.horizontalSliderContain .horizontalSlider .swiper-button-prev {
		left: calc(-25% - 110px); } }
@media (max-width: 1099.98px) {
	.horizontalSliderContain .horizontalSlider .swiper-pagination span {
		max-width: 250px;
		font-size: 14px; }

	.horizontalSliderContain .horizontalSlider .swiper-button-next {
		right: auto;
		left: calc(-25% - -20px); }

	.horizontalSliderContain .horizontalSlider .swiper-button-prev {
		left: calc(-25% - 30px); } }
@media (max-width: 991.98px) {
	.horizontalSliderContain .horizontalSlider .swiper-pagination, .horizontalSliderContain .horizontalSlider .swiper-button-next, .horizontalSliderContain .horizontalSlider .swiper-button-prev {
		display: none; } }
/* horizontalSliderContain */
.sidebar {
	background-color: var(--white);
	border-radius: var(--bs-border-radius-xl) !important;
	padding: 1rem 1rem;
	position: sticky;
	top: 160px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.sidebarNav {
	margin-top: 0rem;
	display: flex;
	flex-flow: column;
	gap: 10px; }
.sidebarNav li {
	display: block;
	border-bottom: 0px solid var(--primary80); }
.sidebarNav li a {
	font-size: 16px;
	color: var(--coolGray-90);
	font-weight: 500;
	padding: .8rem 1rem;
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: space-between;
	letter-spacing: .0375rem;
	background-color: var(--white);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	border-radius: 20px; }
.sidebarNav li a:hover {
	background-color: var(--coolGray-90);
	color: var(--white); }
.sidebarNav li a svg {
	width: 30px;
	display: none; }
.sidebarNav li a.active {
	background-color: var(--primary);
	border-radius: 20px;
	color: var(--white); }
.sidebarNav li a.active svg {
	display: none; }
.sidebarNav li:last-child {
	border: 0; }

.nav-tabs {
	--bs-nav-tabs-border-color: var(--coolGray-20);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--primary);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--coolGray-20) var(--coolGray-20) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--coolGray-20);
	gap: 3rem;
	border: 0; }
.nav-tabs .nav-link {
	display: block;
	padding: 1rem;
	font-size: 20px;
	font-weight: 400;
	color: var(--coolGray-80);
	text-decoration: none;
	background: 0 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }
.nav-tabs .nav-link:hover {
	border-color: transparent;
	border-bottom: 1px solid var(--primary);
	color: var(--primary); }
.nav-tabs .nav-link.active {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: transparent;
	border-color: var(--bs-nav-tabs-link-active-border-color);
	border: 0;
	border-bottom: 1px solid var(--primary); }

.helpNav {
	width: 100%; }
.helpNav li {
	display: block; }
.helpNav li a {
	color: var(--coolGray-90);
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0px 20px 50px;
	border-bottom: 1px #F5F1F8 solid;
	display: block;
	background: transparent; }
.helpNav li a.active {
	color: var(--primary);
	background: var(--coolGray-10); }
.helpNav li a:hover {
	color: var(--primary); }

@media (max-width: 767.98px) {
	.helpNav li a {
		padding: 20px 0px 20px 0px; } }
.contactBox {
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: var(--coolGray-90);
	gap: 1rem;
	align-items: center;
	position: relative;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }
.contactBox .icon {
	background: var(--primary);
	color: var(--white);
	border-radius: 100%;
	padding: 1.5rem;
	border: 1px solid var(--primary);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }
.contactBox .icon svg {
	width: 48px; }
.contactBox .contactInfo {
	color: var(--coolGray-90);
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: .0375rem; }
.contactBox .contactInfo a {
	color: var(--coolGray-90); }
.contactBox:hover .icon {
	background: var(--white);
	color: var(--primary); }

@media (max-width: 767.98px) {
	.contactBox .icon svg {
		width: 28px; }

	.contactBox .icon {
		padding: 1rem; } }
/*----------------------------------------------------*/
a {
	color: #fff;
	text-decoration: underline; }

.text-hide {
	font: 0/0 a !important;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0; }

:root {
	--clr-theme-color: #e2a062; }

html {
	scroll-behavior: smooth; }

body {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	transition: all 250ms ease-out;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	padding: 0 !important; }

/*----------------------------------------------------*/
ul {
	list-style: none;
	margin: 0px;
	padding: 0px; }

a {
	text-decoration: none; }

a:hover, a:focus {
	text-decoration: none;
	outline: none; }

.p0 {
	padding: 0px; }

body, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: var(--coolGray-90); }

#success {
	display: none; }

#error {
	display: none; }

.display_table {
	display: table;
	width: 100%; }

.display_table_row {
	display: table-row; }

.display_table_cell {
	display: table-cell;
	float: none !important; }

iframe {
	border: none; }

i:before {
	margin-left: 0px !important; }

/*----------------------------------------------------*/
section {
	padding: 80px;
	position: relative;
	overflow: hidden; }

.alignLeft {
	text-align: left; }

.alignCenter {
	text-align: center; }

.alignRight {
	text-align: right; }

@media (max-width: 991.98px) {
	section {
		padding: 60px 40px; } }
@media (max-width: 767.98px) {
	section {
		padding: 50px 20px; } }
.alignLeft .buttonGroup {
	justify-content: flex-start; }

.alignRight .buttonGroup {
	justify-content: flex-end; }

.alignCenter .buttonGroup {
	justify-content: center; }

.swiper-pagination {
	position: static;
	margin-top: 20px;
	transform: none !important;
	width: 100% !important; }

.swiper-pagination-bullet-active {
	background: var(--primary); }

.verticalGap {
	gap: 24px;
	display: flex;
	flex-wrap: wrap; }

@media (max-width: 767.98px) {
	.verticalGap {
		gap: 24px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center; }
	.verticalGap .buttonGroup {
		text-align: center;
		justify-content: center; } }


header{
	z-index: 999999999999;
}

#columnIconSet .iconBoxfourColumn .icon svg {
	stroke-width: 0 !important;
	  height: auto !important;
  }




